Html Css Color HEX #382009 Cocoa Brown

📋 copy color: '#382009'

red 56 ◦ green 32 ◦ blue 9

#382009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #382009

Tints of Cocoa Brown #382009

RGB

 RED value IS 56 (22.27% from 255) = 57.73%

 GREEN value IS 32 (12.89% from 255) = 32.99%

 BLUE value IS 9 (3.91% from 255) = 9.28%

R = 57.73%
G = 32.99%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382009 (or 0x382009) is known color: Cocoa Brown. HEX triplet: 38, 20 and 09. RGB value is (56,32,9). Sum of RGB (Red+Green+Blue) = 56+32+9=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382009 is #C7DFF6. Grayscale: #242424. Windows color (decimal): -13098999 or 598072. OLE color: 598072.

HSL color Cylindrical-coordinate representation of color #382009: hue angle of 29.36º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382009 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 9 -
CMYK 0 0.43 0.84 0.78
HSL 29.36º 0.72% 0.13% -
HSV(B) 29.36º 0.84% 0.22% -
XYZ 2.2 1.89 0.51 -
YUV 36.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 56 32 9 0 0.43 0.84 0.78 29.36 0.72 0.13
Hex 38 20 9 0 2B 54 4E 1D 48 D
Octal 70 40 11 0 53 124 116 35 110 15
Binary 111000 100000 1001 0 101011 1010100 1001110 11101 1001000 1101

Color Harmonies of #382009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382009

Black with #382009

Text Example


Text Example

White with #382009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382009; }

 p { color: rgb(56,32,9); }

 H1.HeaderClassName
 {
   color: #382009;
 }
 .AnyTagClassName
 {
   color: #382009;
 }
</style>

background-color css

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

 a { background-color: rgb(56,32,9); }

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

border-color css

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

 span { border-color: rgb(56,32,9); }

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