Html Css Color HEX #1F1205 Cocoa Brown

📋 copy color: '#1F1205'

red 31 ◦ green 18 ◦ blue 5

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

Shades of Cocoa Brown #1F1205

Tints of Cocoa Brown #1F1205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 57.41%
G = 33.33%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#1F1205 (or 0x1F1205) is known color: Cocoa Brown. HEX triplet: 1F, 12 and 05. RGB value is (31,18,5). Sum of RGB (Red+Green+Blue) = 31+18+5=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1205 is #E0EDFA. Grayscale: #141414. Windows color (decimal): -14740987 or 332319. OLE color: 332319.

HSL color Cylindrical-coordinate representation of color #1F1205: hue angle of 30º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1205 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 18 5 -
CMYK 0 0.42 0.84 0.88
HSL 30º 0.72% 0.07% -
HSV(B) 30º 0.84% 0.12% -
XYZ 0.81 0.73 0.24 -
YUV 20.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 31 18 5 0 0.42 0.84 0.88 30 0.72 0.07
Hex 1F 12 5 0 2A 54 58 1E 48 7
Octal 37 22 5 0 52 124 130 36 110 7
Binary 11111 10010 101 0 101010 1010100 1011000 11110 1001000 111

Color Harmonies of #1F1205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1205

Black with #1F1205

Text Example


Text Example

White with #1F1205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,18,5); }

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

background-color css

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

 a { background-color: rgb(31,18,5); }

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

border-color css

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

 span { border-color: rgb(31,18,5); }

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