Html Css Color HEX #382001 Cocoa Brown

📋 copy color: '#382001'

red 56 ◦ green 32 ◦ blue 1

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

Shades of Cocoa Brown #382001

Tints of Cocoa Brown #382001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 62.92%
G = 35.96%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#382001 (or 0x382001) is known color: Cocoa Brown. HEX triplet: 38, 20 and 01. RGB value is (56,32,1). Sum of RGB (Red+Green+Blue) = 56+32+1=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #382001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382001 is #C7DFFE. Grayscale: #232323. Windows color (decimal): -13099007 or 73784. OLE color: 73784.

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

Color convert

RGB 56 32 1 -
CMYK 0 0.43 0.98 0.78
HSL 33.82º 0.96% 0.11% -
HSV(B) 33.82º 0.98% 0.22% -
XYZ 2.15 1.88 0.28 -
YUV 35.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 56 32 1 0 0.43 0.98 0.78 33.82 0.96 0.11
Hex 38 20 1 0 2B 62 4E 22 60 B
Octal 70 40 1 0 53 142 116 42 140 13
Binary 111000 100000 1 0 101011 1100010 1001110 100010 1100000 1011

Color Harmonies of #382001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382001

Black with #382001

Text Example


Text Example

White with #382001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382001; }

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

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

background-color css

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

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

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

border-color css

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

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

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