Html Css Color HEX #381F03 Cocoa Brown

📋 copy color: '#381F03'

red 56 ◦ green 31 ◦ blue 3

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

Shades of Cocoa Brown #381F03

Tints of Cocoa Brown #381F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.33%

R = 62.22%
G = 34.44%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381F03 (or 0x381F03) is known color: Cocoa Brown. HEX triplet: 38, 1F and 03. RGB value is (56,31,3). Sum of RGB (Red+Green+Blue) = 56+31+3=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F03 is #C7E0FC. Grayscale: #232323. Windows color (decimal): -13099261 or 204600. OLE color: 204600.

HSL color Cylindrical-coordinate representation of color #381F03: hue angle of 31.7º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381F03 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 3 -
CMYK 0 0.45 0.95 0.78
HSL 31.7º 0.9% 0.12% -
HSV(B) 31.7º 0.95% 0.22% -
XYZ 2.14 1.83 0.33 -
YUV 35.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 56 31 3 0 0.45 0.95 0.78 31.7 0.9 0.12
Hex 38 1F 3 0 2D 5F 4E 20 5A C
Octal 70 37 3 0 55 137 116 40 132 14
Binary 111000 11111 11 0 101101 1011111 1001110 100000 1011010 1100

Color Harmonies of #381F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F03

Black with #381F03

Text Example


Text Example

White with #381F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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