Html Css Color HEX #382206 Cocoa Brown

📋 copy color: '#382206'

red 56 ◦ green 34 ◦ blue 6

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

Shades of Cocoa Brown #382206

Tints of Cocoa Brown #382206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.42%

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 58.33%
G = 35.42%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382206 (or 0x382206) is known color: Cocoa Brown. HEX triplet: 38, 22 and 06. RGB value is (56,34,6). Sum of RGB (Red+Green+Blue) = 56+34+6=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382206 is #C7DDF9. Grayscale: #252525. Windows color (decimal): -13098490 or 401976. OLE color: 401976.

HSL color Cylindrical-coordinate representation of color #382206: hue angle of 33.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382206 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 6 -
CMYK 0 0.39 0.89 0.78
HSL 33.6º 0.81% 0.12% -
HSV(B) 33.6º 0.89% 0.22% -
XYZ 2.24 2 0.44 -
YUV 37.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 56 34 6 0 0.39 0.89 0.78 33.6 0.81 0.12
Hex 38 22 6 0 27 59 4E 22 51 C
Octal 70 42 6 0 47 131 116 42 121 14
Binary 111000 100010 110 0 100111 1011001 1001110 100010 1010001 1100

Color Harmonies of #382206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382206

Black with #382206

Text Example


Text Example

White with #382206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382206; }

 p { color: rgb(56,34,6); }

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

background-color css

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

 a { background-color: rgb(56,34,6); }

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

border-color css

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

 span { border-color: rgb(56,34,6); }

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