Html Css Color HEX #702D1F Pueblo

📋 copy color: '#702D1F'

red 112 ◦ green 45 ◦ blue 31

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

Shades of Pueblo #702D1F

Tints of Pueblo #702D1F

RGB

 RED value IS 112 (44.14% from 255) = 59.57%

 GREEN value IS 45 (17.97% from 255) = 23.94%

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 59.57%
G = 23.94%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#702D1F (or 0x702D1F) is known color: Pueblo. HEX triplet: 70, 2D and 1F. RGB value is (112,45,31). Sum of RGB (Red+Green+Blue) = 112+45+31=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D1F is #8FD2E0. Grayscale: #3F3F3F. Windows color (decimal): -9425633 or 2043248. OLE color: 2043248.

HSL color Cylindrical-coordinate representation of color #702D1F: hue angle of 10.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702D1F is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 31 -
CMYK 0 0.60 0.72 0.56
HSL 10.37º 0.57% 0.28% -
HSV(B) 10.37º 0.72% 0.44% -
XYZ 7.87 5.42 1.93 -
YUV 63.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 112 45 31 0 0.60 0.72 0.56 10.37 0.57 0.28
Hex 70 2D 1F 0 3C 48 38 A 39 1C
Octal 160 55 37 0 74 110 70 12 71 34
Binary 1110000 101101 11111 0 111100 1001000 111000 1010 111001 11100

Color Harmonies of #702D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D1F

Black with #702D1F

Text Example


Text Example

White with #702D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702D1F; }

 p { color: rgb(112,45,31); }

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

background-color css

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

 a { background-color: rgb(112,45,31); }

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

border-color css

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

 span { border-color: rgb(112,45,31); }

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