Html Css Color HEX #381F09 Cocoa Brown

📋 copy color: '#381F09'

red 56 ◦ green 31 ◦ blue 9

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

Shades of Cocoa Brown #381F09

Tints of Cocoa Brown #381F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.38%

R = 58.33%
G = 32.29%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381F09 (or 0x381F09) is known color: Cocoa Brown. HEX triplet: 38, 1F and 09. RGB value is (56,31,9). Sum of RGB (Red+Green+Blue) = 56+31+9=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F09 is #C7E0F6. Grayscale: #242424. Windows color (decimal): -13099255 or 597816. OLE color: 597816.

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

Color convert

RGB 56 31 9 -
CMYK 0 0.45 0.84 0.78
HSL 28.09º 0.72% 0.13% -
HSV(B) 28.09º 0.84% 0.22% -
XYZ 2.17 1.84 0.5 -
YUV 35.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 56 31 9 0 0.45 0.84 0.78 28.09 0.72 0.13
Hex 38 1F 9 0 2D 54 4E 1C 48 D
Octal 70 37 11 0 55 124 116 34 110 15
Binary 111000 11111 1001 0 101101 1010100 1001110 11100 1001000 1101

Color Harmonies of #381F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F09

Black with #381F09

Text Example


Text Example

White with #381F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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