#382508

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

Shades of Cocoa Brown #382508

Tints of Cocoa Brown #382508

Color information

#382508 (or 0x382508) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 08. RGB value is (56,37,8). Sum of RGB (Red+Green+Blue) = 56+37+8=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382508 is #C7DAF7. Grayscale: #272727. Windows color (decimal): -13097720 or 533816. OLE color: 533816.

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

Color convert

RGB56378-
CMYK00.340.860.78
HSL36.25º75%12.55%-
HSV(B)36.25º85.71%21.96%-
XYZ2.342.180.53-
YUV39.37110.29139.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=55.45%
G=36.63%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5637800.340.860.7836.257512.55
Hex38258022564E244bd
Octal7045100421261164411315
Binary111000100101100001000101010110100111010010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382508; }

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

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

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

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

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

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

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

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