Html Css Color HEX #752D14 Pueblo

📋 copy color: '#752D14'

red 117 ◦ green 45 ◦ blue 20

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

Shades of Pueblo #752D14

Tints of Pueblo #752D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 64.29%
G = 24.73%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752D14 (or 0x752D14) is known color: Pueblo. HEX triplet: 75, 2D and 14. RGB value is (117,45,20). Sum of RGB (Red+Green+Blue) = 117+45+20=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D14 is #8AD2EB. Grayscale: #3F3F3F. Windows color (decimal): -9097964 or 1322357. OLE color: 1322357.

HSL color Cylindrical-coordinate representation of color #752D14: hue angle of 15.46º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752D14 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 20 -
CMYK 0 0.62 0.83 0.54
HSL 15.46º 0.71% 0.27% -
HSV(B) 15.46º 0.83% 0.46% -
XYZ 8.4 5.71 1.32 -
YUV 63.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 117 45 20 0 0.62 0.83 0.54 15.46 0.71 0.27
Hex 75 2D 14 0 3E 53 36 F 47 1B
Octal 165 55 24 0 76 123 66 17 107 33
Binary 1110101 101101 10100 0 111110 1010011 110110 1111 1000111 11011

Color Harmonies of #752D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D14

Black with #752D14

Text Example


Text Example

White with #752D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D14; }

 p { color: rgb(117,45,20); }

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

background-color css

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

 a { background-color: rgb(117,45,20); }

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

border-color css

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

 span { border-color: rgb(117,45,20); }

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