#382208

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

Shades of Cocoa Brown #382208

Tints of Cocoa Brown #382208

Color information

#382208 (or 0x382208) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 08. RGB value is (56,34,8). Sum of RGB (Red+Green+Blue) = 56+34+8=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382208 is #C7DDF7. Grayscale: #252525. Windows color (decimal): -13098488 or 533048. OLE color: 533048.

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

Color convert

RGB56348-
CMYK00.390.860.78
HSL32.5º75%12.55%-
HSV(B)32.5º85.71%21.96%-
XYZ2.2520.5-
YUV37.61111.29141.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=57.14%
G=34.69%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634800.390.860.7832.57512.55
Hex38228027564E204bd
Octal7042100471261164011315
Binary111000100010100001001111010110100111010000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382208; }

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

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

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

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

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

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

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

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