Html Css Color HEX #381F0D Cocoa Brown

📋 copy color: '#381F0D'

red 56 ◦ green 31 ◦ blue 13

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

Shades of Cocoa Brown #381F0D

Tints of Cocoa Brown #381F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13%

R = 56%
G = 31%
B = 13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#381F0D (or 0x381F0D) is known color: Cocoa Brown. HEX triplet: 38, 1F and 0D. RGB value is (56,31,13). Sum of RGB (Red+Green+Blue) = 56+31+13=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0D is #C7E0F2. Grayscale: #242424. Windows color (decimal): -13099251 or 859960. OLE color: 859960.

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

Color convert

RGB 56 31 13 -
CMYK 0 0.45 0.77 0.78
HSL 25.12º 0.62% 0.14% -
HSV(B) 25.12º 0.77% 0.22% -
XYZ 2.19 1.85 0.62 -
YUV 36.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 56 31 13 0 0.45 0.77 0.78 25.12 0.62 0.14
Hex 38 1F D 0 2D 4D 4E 19 3E E
Octal 70 37 15 0 55 115 116 31 76 16
Binary 111000 11111 1101 0 101101 1001101 1001110 11001 111110 1110

Color Harmonies of #381F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F0D

Black with #381F0D

Text Example


Text Example

White with #381F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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