Html Css Color HEX #381F0B Cocoa Brown

📋 copy color: '#381F0B'

red 56 ◦ green 31 ◦ blue 11

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

Shades of Cocoa Brown #381F0B

Tints of Cocoa Brown #381F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 57.14%
G = 31.63%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#381F0B (or 0x381F0B) is known color: Cocoa Brown. HEX triplet: 38, 1F and 0B. RGB value is (56,31,11). Sum of RGB (Red+Green+Blue) = 56+31+11=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0B is #C7E0F4. Grayscale: #242424. Windows color (decimal): -13099253 or 728888. OLE color: 728888.

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

Color convert

RGB 56 31 11 -
CMYK 0 0.45 0.80 0.78
HSL 26.67º 0.67% 0.13% -
HSV(B) 26.67º 0.8% 0.22% -
XYZ 2.18 1.84 0.56 -
YUV 36.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 56 31 11 0 0.45 0.80 0.78 26.67 0.67 0.13
Hex 38 1F B 0 2D 50 4E 1B 43 D
Octal 70 37 13 0 55 120 116 33 103 15
Binary 111000 11111 1011 0 101101 1010000 1001110 11011 1000011 1101

Color Harmonies of #381F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F0B

Black with #381F0B

Text Example


Text Example

White with #381F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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