Html Css Color HEX #712F1C Pueblo

📋 copy color: '#712F1C'

red 113 ◦ green 47 ◦ blue 28

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

Shades of Pueblo #712F1C

Tints of Pueblo #712F1C

RGB

 RED value IS 113 (44.53% from 255) = 60.11%

 GREEN value IS 47 (18.75% from 255) = 25%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 60.11%
G = 25%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#712F1C (or 0x712F1C) is known color: Pueblo. HEX triplet: 71, 2F and 1C. RGB value is (113,47,28). Sum of RGB (Red+Green+Blue) = 113+47+28=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F1C is #8ED0E3. Grayscale: #404040. Windows color (decimal): -9359588 or 1847153. OLE color: 1847153.

HSL color Cylindrical-coordinate representation of color #712F1C: hue angle of 13.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712F1C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 28 -
CMYK 0 0.58 0.75 0.56
HSL 13.41º 0.6% 0.28% -
HSV(B) 13.41º 0.75% 0.44% -
XYZ 8.04 5.63 1.76 -
YUV 64.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 113 47 28 0 0.58 0.75 0.56 13.41 0.6 0.28
Hex 71 2F 1C 0 3A 4B 38 D 3C 1C
Octal 161 57 34 0 72 113 70 15 74 34
Binary 1110001 101111 11100 0 111010 1001011 111000 1101 111100 11100

Color Harmonies of #712F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F1C

Black with #712F1C

Text Example


Text Example

White with #712F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F1C; }

 p { color: rgb(113,47,28); }

 H1.HeaderClassName
 {
   color: #712F1C;
 }
 .AnyTagClassName
 {
   color: #712F1C;
 }
</style>

background-color css

<style>
 a { background-color: #712F1C; }

 a { background-color: rgb(113,47,28); }

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

border-color css

<style>
 span { border-color: #712F1C; }

 span { border-color: rgb(113,47,28); }

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