Html Css Color HEX #381C01 Cocoa Brown

📋 copy color: '#381C01'

red 56 ◦ green 28 ◦ blue 1

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

Shades of Cocoa Brown #381C01

Tints of Cocoa Brown #381C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.94%

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

R = 65.88%
G = 32.94%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381C01 (or 0x381C01) is known color: Cocoa Brown. HEX triplet: 38, 1C and 01. RGB value is (56,28,1). Sum of RGB (Red+Green+Blue) = 56+28+1=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C01 is #C7E3FE. Grayscale: #212121. Windows color (decimal): -13100031 or 72760. OLE color: 72760.

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

Color convert

RGB 56 28 1 -
CMYK 0 0.50 0.98 0.78
HSL 29.45º 0.96% 0.11% -
HSV(B) 29.45º 0.98% 0.22% -
XYZ 2.05 1.67 0.24 -
YUV 33.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 56 28 1 0 0.50 0.98 0.78 29.45 0.96 0.11
Hex 38 1C 1 0 32 62 4E 1D 60 B
Octal 70 34 1 0 62 142 116 35 140 13
Binary 111000 11100 1 0 110010 1100010 1001110 11101 1100000 1011

Color Harmonies of #381C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C01

Black with #381C01

Text Example


Text Example

White with #381C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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