Html Css Color HEX #712F24 Pueblo

📋 copy color: '#712F24'

red 113 ◦ green 47 ◦ blue 36

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

Shades of Pueblo #712F24

Tints of Pueblo #712F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 57.65%
G = 23.98%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#712F24 (or 0x712F24) is known color: Pueblo. HEX triplet: 71, 2F and 24. RGB value is (113,47,36). Sum of RGB (Red+Green+Blue) = 113+47+36=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #712F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F24 is #8ED0DB. Grayscale: #414141. Windows color (decimal): -9359580 or 2371441. OLE color: 2371441.

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

Color convert

RGB 113 47 36 -
CMYK 0 0.58 0.68 0.56
HSL 8.57º 0.52% 0.29% -
HSV(B) 8.57º 0.68% 0.44% -
XYZ 8.15 5.67 2.33 -
YUV 65.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 113 47 36 0 0.58 0.68 0.56 8.57 0.52 0.29
Hex 71 2F 24 0 3A 44 38 9 34 1D
Octal 161 57 44 0 72 104 70 11 64 35
Binary 1110001 101111 100100 0 111010 1000100 111000 1001 110100 11101

Color Harmonies of #712F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F24

Black with #712F24

Text Example


Text Example

White with #712F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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