Html Css Color HEX #722F25 Pueblo

📋 copy color: '#722F25'

red 114 ◦ green 47 ◦ blue 37

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

Shades of Pueblo #722F25

Tints of Pueblo #722F25

RGB

 RED value IS 114 (44.92% from 255) = 57.58%

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

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

R = 57.58%
G = 23.74%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722F25 (or 0x722F25) is known color: Pueblo. HEX triplet: 72, 2F and 25. RGB value is (114,47,37). Sum of RGB (Red+Green+Blue) = 114+47+37=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F25 is #8DD0DA. Grayscale: #424242. Windows color (decimal): -9294043 or 2436978. OLE color: 2436978.

HSL color Cylindrical-coordinate representation of color #722F25: hue angle of 7.79º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722F25 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 47 37 -
CMYK 0 0.59 0.68 0.55
HSL 7.79º 0.51% 0.3% -
HSV(B) 7.79º 0.68% 0.45% -
XYZ 8.29 5.74 2.42 -
YUV 65.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 114 47 37 0 0.59 0.68 0.55 7.79 0.51 0.3
Hex 72 2F 25 0 3B 44 37 8 33 1E
Octal 162 57 45 0 73 104 67 10 63 36
Binary 1110010 101111 100101 0 111011 1000100 110111 1000 110011 11110

Color Harmonies of #722F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722F25

Black with #722F25

Text Example


Text Example

White with #722F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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