Html Css Color HEX #1F1508 Cocoa Brown

📋 copy color: '#1F1508'

red 31 ◦ green 21 ◦ blue 8

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

Shades of Cocoa Brown #1F1508

Tints of Cocoa Brown #1F1508

RGB

 RED value IS 31 (12.5% from 255) = 51.67%

 GREEN value IS 21 (8.59% from 255) = 35%

 BLUE value IS 8 (3.52% from 255) = 13.33%

R = 51.67%
G = 35%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1F1508 (or 0x1F1508) is known color: Cocoa Brown. HEX triplet: 1F, 15 and 08. RGB value is (31,21,8). Sum of RGB (Red+Green+Blue) = 31+21+8=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1508 is #E0EAF7. Grayscale: #161616. Windows color (decimal): -14740216 or 529695. OLE color: 529695.

HSL color Cylindrical-coordinate representation of color #1F1508: hue angle of 33.91º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1508 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 21 8 -
CMYK 0 0.32 0.74 0.88
HSL 33.91º 0.59% 0.08% -
HSV(B) 33.91º 0.74% 0.12% -
XYZ 0.88 0.85 0.35 -
YUV 22.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 31 21 8 0 0.32 0.74 0.88 33.91 0.59 0.08
Hex 1F 15 8 0 20 4A 58 22 3B 8
Octal 37 25 10 0 40 112 130 42 73 10
Binary 11111 10101 1000 0 100000 1001010 1011000 100010 111011 1000

Color Harmonies of #1F1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1508

Black with #1F1508

Text Example


Text Example

White with #1F1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1508; }

 p { color: rgb(31,21,8); }

 H1.HeaderClassName
 {
   color: #1F1508;
 }
 .AnyTagClassName
 {
   color: #1F1508;
 }
</style>

background-color css

<style>
 a { background-color: #1F1508; }

 a { background-color: rgb(31,21,8); }

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

border-color css

<style>
 span { border-color: #1F1508; }

 span { border-color: rgb(31,21,8); }

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