Html Css Color HEX #382401 Cocoa Brown

📋 copy color: '#382401'

red 56 ◦ green 36 ◦ blue 1

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

Shades of Cocoa Brown #382401

Tints of Cocoa Brown #382401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.71%

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

R = 60.22%
G = 38.71%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#382401 (or 0x382401) is known color: Cocoa Brown. HEX triplet: 38, 24 and 01. RGB value is (56,36,1). Sum of RGB (Red+Green+Blue) = 56+36+1=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382401 is #C7DBFE. Grayscale: #262626. Windows color (decimal): -13097983 or 74808. OLE color: 74808.

HSL color Cylindrical-coordinate representation of color #382401: hue angle of 38.18º 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 #382401 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 1 -
CMYK 0 0.36 0.98 0.78
HSL 38.18º 0.96% 0.11% -
HSV(B) 38.18º 0.98% 0.22% -
XYZ 2.27 2.1 0.32 -
YUV 37.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 56 36 1 0 0.36 0.98 0.78 38.18 0.96 0.11
Hex 38 24 1 0 24 62 4E 26 60 B
Octal 70 44 1 0 44 142 116 46 140 13
Binary 111000 100100 1 0 100100 1100010 1001110 100110 1100000 1011

Color Harmonies of #382401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382401

Black with #382401

Text Example


Text Example

White with #382401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382401; }

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

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

background-color css

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

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

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

border-color css

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

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

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