Html Css Color HEX #381F01 Cocoa Brown

📋 copy color: '#381F01'

red 56 ◦ green 31 ◦ blue 1

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

Shades of Cocoa Brown #381F01

Tints of Cocoa Brown #381F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 35.23%

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

R = 63.64%
G = 35.23%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381F01 (or 0x381F01) is known color: Cocoa Brown. HEX triplet: 38, 1F and 01. RGB value is (56,31,1). Sum of RGB (Red+Green+Blue) = 56+31+1=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F01 is #C7E0FE. Grayscale: #232323. Windows color (decimal): -13099263 or 73528. OLE color: 73528.

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

Color convert

RGB 56 31 1 -
CMYK 0 0.45 0.98 0.78
HSL 32.73º 0.96% 0.11% -
HSV(B) 32.73º 0.98% 0.22% -
XYZ 2.13 1.82 0.27 -
YUV 35.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 56 31 1 0 0.45 0.98 0.78 32.73 0.96 0.11
Hex 38 1F 1 0 2D 62 4E 21 60 B
Octal 70 37 1 0 55 142 116 41 140 13
Binary 111000 11111 1 0 101101 1100010 1001110 100001 1100000 1011

Color Harmonies of #381F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F01

Black with #381F01

Text Example


Text Example

White with #381F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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