Html Css Color HEX #381F0C Cocoa Brown

📋 copy color: '#381F0C'

red 56 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #381F0C

Tints of Cocoa Brown #381F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 56.57%
G = 31.31%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#381F0C (or 0x381F0C) is known color: Cocoa Brown. HEX triplet: 38, 1F and 0C. RGB value is (56,31,12). Sum of RGB (Red+Green+Blue) = 56+31+12=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0C is #C7E0F3. Grayscale: #242424. Windows color (decimal): -13099252 or 794424. OLE color: 794424.

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

Color convert

RGB 56 31 12 -
CMYK 0 0.45 0.79 0.78
HSL 25.91º 0.65% 0.13% -
HSV(B) 25.91º 0.79% 0.22% -
XYZ 2.19 1.85 0.59 -
YUV 36.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 56 31 12 0 0.45 0.79 0.78 25.91 0.65 0.13
Hex 38 1F C 0 2D 4F 4E 1A 41 D
Octal 70 37 14 0 55 117 116 32 101 15
Binary 111000 11111 1100 0 101101 1001111 1001110 11010 1000001 1101

Color Harmonies of #381F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F0C

Black with #381F0C

Text Example


Text Example

White with #381F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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