Html Css Color HEX #702F25 Pueblo

📋 copy color: '#702F25'

red 112 ◦ green 47 ◦ blue 37

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

Shades of Pueblo #702F25

Tints of Pueblo #702F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 57.14%
G = 23.98%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702F25 (or 0x702F25) is known color: Pueblo. HEX triplet: 70, 2F and 25. RGB value is (112,47,37). Sum of RGB (Red+Green+Blue) = 112+47+37=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F25 is #8FD0DA. Grayscale: #414141. Windows color (decimal): -9425115 or 2436976. OLE color: 2436976.

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

Color convert

RGB 112 47 37 -
CMYK 0 0.58 0.67 0.56
HSL 0.5% 0.29% -
HSV(B) 0.67% 0.44% -
XYZ 8.03 5.61 2.41 -
YUV 65.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 112 47 37 0 0.58 0.67 0.56 8 0.5 0.29
Hex 70 2F 25 0 3A 43 38 8 32 1D
Octal 160 57 45 0 72 103 70 10 62 35
Binary 1110000 101111 100101 0 111010 1000011 111000 1000 110010 11101

Color Harmonies of #702F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F25

Black with #702F25

Text Example


Text Example

White with #702F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,37); }

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

background-color css

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

 a { background-color: rgb(112,47,37); }

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

border-color css

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

 span { border-color: rgb(112,47,37); }

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