Html Css Color HEX #383201 Maire

📋 copy color: '#383201'

red 56 ◦ green 50 ◦ blue 1

#383201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #383201

Tints of Maire #383201

RGB

 RED value IS 56 (22.27% from 255) = 52.34%

 GREEN value IS 50 (19.92% from 255) = 46.73%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 52.34%
G = 46.73%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383201 (or 0x383201) is known color: Maire. HEX triplet: 38, 32 and 01. RGB value is (56,50,1). Sum of RGB (Red+Green+Blue) = 56+50+1=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #383201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383201 is #C7CDFE. Grayscale: #2E2E2E. Windows color (decimal): -13094399 or 78392. OLE color: 78392.

HSL color Cylindrical-coordinate representation of color #383201: hue angle of 53.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383201 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 1 -
CMYK 0 0.11 0.98 0.78
HSL 53.45º 0.96% 0.11% -
HSV(B) 53.45º 0.98% 0.22% -
XYZ 2.78 3.12 0.49 -
YUV 46.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 56 50 1 0 0.11 0.98 0.78 53.45 0.96 0.11
Hex 38 32 1 0 B 62 4E 35 60 B
Octal 70 62 1 0 13 142 116 65 140 13
Binary 111000 110010 1 0 1011 1100010 1001110 110101 1100000 1011

Color Harmonies of #383201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383201

Black with #383201

Text Example


Text Example

White with #383201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383201; }

 p { color: rgb(56,50,1); }

 H1.HeaderClassName
 {
   color: #383201;
 }
 .AnyTagClassName
 {
   color: #383201;
 }
</style>

background-color css

<style>
 a { background-color: #383201; }

 a { background-color: rgb(56,50,1); }

 div.DivClassName
 {
   background-color: #383201;
 }
 .BgClassName
 {
   background-color: #383201;
 }
</style>

border-color css

<style>
 span { border-color: #383201; }

 span { border-color: rgb(56,50,1); }

 td.TdClassName
 {
   border-color: #383201;
 }
 .TagClassName
 {
   border-color: #383201;
 }
</style>