#382203

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

Shades of Cocoa Brown #382203

Tints of Cocoa Brown #382203

Color information

#382203 (or 0x382203) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 03. RGB value is (56,34,3). Sum of RGB (Red+Green+Blue) = 56+34+3=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382203 is #C7DDFC. Grayscale: #252525. Windows color (decimal): -13098493 or 205368. OLE color: 205368.

HSL color Cylindrical-coordinate representation of color #382203: hue angle of 35.09º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #382203 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56343-
CMYK00.390.950.78
HSL35.09º89.83%11.57%-
HSV(B)35.09º94.64%21.96%-
XYZ2.221.990.35-
YUV37.04108.79141.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=60.22%
G=36.56%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634300.390.950.7835.0989.8311.57
Hex382230275F4E235ac
Octal704230471371164313214
Binary1110001000101101001111011111100111010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382203; }

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

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

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

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

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

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

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

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