#382100

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

Shades of Cocoa Brown #382100

Tints of Cocoa Brown #382100

Color information

#382100 (or 0x382100) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 00. RGB value is (56,33,0). Sum of RGB (Red+Green+Blue) = 56+33+0=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #382100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382100 is #C7DEFF. Grayscale: #242424. Windows color (decimal): -13098752 or 8504. OLE color: 8504.

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

Color convert

RGB56330-
CMYK00.4110.78
HSL35.36º100%10.98%-
HSV(B)35.36º100%21.96%-
XYZ2.171.930.26-
YUV36.11107.62142.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.92%
G=37.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633000.4110.7835.3610010.98
Hex38210029644E2364b
Octal704100511441164314413
Binary111000100001001010011100100100111010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382100; }

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

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

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

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

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

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

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

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