#382108

Color #382108 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #382108

Tints of Cocoa Brown #382108

Color information

#382108 (or 0x382108) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 08. RGB value is (56,33,8). Sum of RGB (Red+Green+Blue) = 56+33+8=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382108 is #C7DEF7. Grayscale: #252525. Windows color (decimal): -13098744 or 532792. OLE color: 532792.

HSL color Cylindrical-coordinate representation of color #382108: hue angle of 31.25º 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 #382108 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56338-
CMYK00.410.860.78
HSL31.25º75%12.55%-
HSV(B)31.25º85.71%21.96%-
XYZ2.221.950.49-
YUV37.03111.62141.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=57.73%
G=34.02%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633800.410.860.7831.257512.55
Hex38218029564E1f4bd
Octal7041100511261163711315
Binary11100010000110000101001101011010011101111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382108; }

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

 H1.HeaderClassName
 {
   color: #382108;
 }
 .AnyTagClassName
 {
   color: #382108;
 }
</style>
background-color css

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

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

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

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

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

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