Html Css Color HEX #1F170A Cocoa Brown

📋 copy color: '#1F170A'

red 31 ◦ green 23 ◦ blue 10

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

Shades of Cocoa Brown #1F170A

Tints of Cocoa Brown #1F170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 35.94%

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 48.44%
G = 35.94%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#1F170A (or 0x1F170A) is known color: Cocoa Brown. HEX triplet: 1F, 17 and 0A. RGB value is (31,23,10). Sum of RGB (Red+Green+Blue) = 31+23+10=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F170A is #E0E8F5. Grayscale: #171717. Windows color (decimal): -14739702 or 661279. OLE color: 661279.

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

Color convert

RGB 31 23 10 -
CMYK 0 0.26 0.68 0.88
HSL 37.14º 0.51% 0.08% -
HSV(B) 37.14º 0.68% 0.12% -
XYZ 0.93 0.93 0.42 -
YUV 23.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 31 23 10 0 0.26 0.68 0.88 37.14 0.51 0.08
Hex 1F 17 A 0 1A 44 58 25 33 8
Octal 37 27 12 0 32 104 130 45 63 10
Binary 11111 10111 1010 0 11010 1000100 1011000 100101 110011 1000

Color Harmonies of #1F170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F170A

Black with #1F170A

Text Example


Text Example

White with #1F170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,23,10); }

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

background-color css

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

 a { background-color: rgb(31,23,10); }

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

border-color css

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

 span { border-color: rgb(31,23,10); }

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