Html Css Color HEX #712510 Pueblo

📋 copy color: '#712510'

red 113 ◦ green 37 ◦ blue 16

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

Shades of Pueblo #712510

Tints of Pueblo #712510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 68.07%
G = 22.29%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#712510 (or 0x712510) is known color: Pueblo. HEX triplet: 71, 25 and 10. RGB value is (113,37,16). Sum of RGB (Red+Green+Blue) = 113+37+16=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712510 is #8EDAEF. Grayscale: #393939. Windows color (decimal): -9362160 or 1058161. OLE color: 1058161.

HSL color Cylindrical-coordinate representation of color #712510: hue angle of 12.99º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #712510 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 16 -
CMYK 0 0.67 0.86 0.56
HSL 12.99º 0.75% 0.25% -
HSV(B) 12.99º 0.86% 0.44% -
XYZ 7.57 4.87 1.03 -
YUV 57.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 113 37 16 0 0.67 0.86 0.56 12.99 0.75 0.25
Hex 71 25 10 0 43 56 38 D 4B 19
Octal 161 45 20 0 103 126 70 15 113 31
Binary 1110001 100101 10000 0 1000011 1010110 111000 1101 1001011 11001

Color Harmonies of #712510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712510

Black with #712510

Text Example


Text Example

White with #712510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712510; }

 p { color: rgb(113,37,16); }

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

background-color css

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

 a { background-color: rgb(113,37,16); }

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

border-color css

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

 span { border-color: rgb(113,37,16); }

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