Html Css Color HEX #382004 Cocoa Brown

📋 copy color: '#382004'

red 56 ◦ green 32 ◦ blue 4

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

Shades of Cocoa Brown #382004

Tints of Cocoa Brown #382004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.35%

R = 60.87%
G = 34.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#382004 (or 0x382004) is known color: Cocoa Brown. HEX triplet: 38, 20 and 04. RGB value is (56,32,4). Sum of RGB (Red+Green+Blue) = 56+32+4=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #382004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382004 is #C7DFFB. Grayscale: #242424. Windows color (decimal): -13099004 or 270392. OLE color: 270392.

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

Color convert

RGB 56 32 4 -
CMYK 0 0.43 0.93 0.78
HSL 32.31º 0.87% 0.12% -
HSV(B) 32.31º 0.93% 0.22% -
XYZ 2.17 1.88 0.36 -
YUV 35.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 56 32 4 0 0.43 0.93 0.78 32.31 0.87 0.12
Hex 38 20 4 0 2B 5D 4E 20 57 C
Octal 70 40 4 0 53 135 116 40 127 14
Binary 111000 100000 100 0 101011 1011101 1001110 100000 1010111 1100

Color Harmonies of #382004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382004

Black with #382004

Text Example


Text Example

White with #382004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382004; }

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

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

background-color css

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

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

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

border-color css

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

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

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