#382102

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

Shades of Cocoa Brown #382102

Tints of Cocoa Brown #382102

Color information

#382102 (or 0x382102) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 02. RGB value is (56,33,2). Sum of RGB (Red+Green+Blue) = 56+33+2=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #382102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382102 is #C7DEFD. Grayscale: #242424. Windows color (decimal): -13098750 or 139576. OLE color: 139576.

HSL color Cylindrical-coordinate representation of color #382102: hue angle of 34.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #382102 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB56332-
CMYK00.410.960.78
HSL34.44º93.1%11.37%-
HSV(B)34.44º96.43%21.96%-
XYZ2.191.930.32-
YUV36.34108.62142.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=61.54%
G=36.26%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633200.410.960.7834.4493.111.37
Hex38212029604E225db
Octal704120511401164213513
Binary1110001000011001010011100000100111010001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382102; }

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

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

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

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

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

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

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

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