Html Css Color HEX #382008 Cocoa Brown

📋 copy color: '#382008'

red 56 ◦ green 32 ◦ blue 8

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

Shades of Cocoa Brown #382008

Tints of Cocoa Brown #382008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.33%

 BLUE value IS 8 (3.52% from 255) = 8.33%

R = 58.33%
G = 33.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#382008 (or 0x382008) is known color: Cocoa Brown. HEX triplet: 38, 20 and 08. RGB value is (56,32,8). Sum of RGB (Red+Green+Blue) = 56+32+8=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382008 is #C7DFF7. Grayscale: #242424. Windows color (decimal): -13099000 or 532536. OLE color: 532536.

HSL color Cylindrical-coordinate representation of color #382008: hue angle of 30º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #382008 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 8 -
CMYK 0 0.43 0.86 0.78
HSL 30º 0.75% 0.13% -
HSV(B) 30º 0.86% 0.22% -
XYZ 2.19 1.89 0.48 -
YUV 36.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 56 32 8 0 0.43 0.86 0.78 30 0.75 0.13
Hex 38 20 8 0 2B 56 4E 1E 4B D
Octal 70 40 10 0 53 126 116 36 113 15
Binary 111000 100000 1000 0 101011 1010110 1001110 11110 1001011 1101

Color Harmonies of #382008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382008

Black with #382008

Text Example


Text Example

White with #382008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382008; }

 p { color: rgb(56,32,8); }

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

background-color css

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

 a { background-color: rgb(56,32,8); }

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

border-color css

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

 span { border-color: rgb(56,32,8); }

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