Html Css Color HEX #752B14 Pueblo

📋 copy color: '#752B14'

red 117 ◦ green 43 ◦ blue 20

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

Shades of Pueblo #752B14

Tints of Pueblo #752B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

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

R = 65%
G = 23.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752B14 (or 0x752B14) is known color: Pueblo. HEX triplet: 75, 2B and 14. RGB value is (117,43,20). Sum of RGB (Red+Green+Blue) = 117+43+20=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B14 is #8AD4EB. Grayscale: #3E3E3E. Windows color (decimal): -9098476 or 1321845. OLE color: 1321845.

HSL color Cylindrical-coordinate representation of color #752B14: hue angle of 14.23º 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 #752B14 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 20 -
CMYK 0 0.63 0.83 0.54
HSL 14.23º 0.71% 0.27% -
HSV(B) 14.23º 0.83% 0.46% -
XYZ 8.33 5.56 1.3 -
YUV 62.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 117 43 20 0 0.63 0.83 0.54 14.23 0.71 0.27
Hex 75 2B 14 0 3F 53 36 E 47 1B
Octal 165 53 24 0 77 123 66 16 107 33
Binary 1110101 101011 10100 0 111111 1010011 110110 1110 1000111 11011

Color Harmonies of #752B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B14

Black with #752B14

Text Example


Text Example

White with #752B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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