Html Css Color HEX #753422 Pueblo

📋 copy color: '#753422'

red 117 ◦ green 52 ◦ blue 34

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

Shades of Pueblo #753422

Tints of Pueblo #753422

RGB

 RED value IS 117 (46.09% from 255) = 57.64%

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 57.64%
G = 25.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#753422 (or 0x753422) is known color: Pueblo. HEX triplet: 75, 34 and 22. RGB value is (117,52,34). Sum of RGB (Red+Green+Blue) = 117+52+34=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753422 is #8ACBDD. Grayscale: #454545. Windows color (decimal): -9096158 or 2241653. OLE color: 2241653.

HSL color Cylindrical-coordinate representation of color #753422: hue angle of 13.01º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753422 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 34 -
CMYK 0 0.56 0.71 0.54
HSL 13.01º 0.55% 0.3% -
HSV(B) 13.01º 0.71% 0.46% -
XYZ 8.85 6.35 2.27 -
YUV 69.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 117 52 34 0 0.56 0.71 0.54 13.01 0.55 0.3
Hex 75 34 22 0 38 47 36 D 37 1E
Octal 165 64 42 0 70 107 66 15 67 36
Binary 1110101 110100 100010 0 111000 1000111 110110 1101 110111 11110

Color Harmonies of #753422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753422

Black with #753422

Text Example


Text Example

White with #753422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753422; }

 p { color: rgb(117,52,34); }

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

background-color css

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

 a { background-color: rgb(117,52,34); }

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

border-color css

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

 span { border-color: rgb(117,52,34); }

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