Html Css Color HEX #762B16 Pueblo

📋 copy color: '#762B16'

red 118 ◦ green 43 ◦ blue 22

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

Shades of Pueblo #762B16

Tints of Pueblo #762B16

RGB

 RED value IS 118 (46.48% from 255) = 64.48%

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 64.48%
G = 23.5%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762B16 (or 0x762B16) is known color: Pueblo. HEX triplet: 76, 2B and 16. RGB value is (118,43,22). Sum of RGB (Red+Green+Blue) = 118+43+22=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B16 is #89D4E9. Grayscale: #3F3F3F. Windows color (decimal): -9032938 or 1452918. OLE color: 1452918.

HSL color Cylindrical-coordinate representation of color #762B16: hue angle of 13.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762B16 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 22 -
CMYK 0 0.64 0.81 0.54
HSL 13.13º 0.69% 0.27% -
HSV(B) 13.13º 0.81% 0.46% -
XYZ 8.48 5.64 1.4 -
YUV 63.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 118 43 22 0 0.64 0.81 0.54 13.13 0.69 0.27
Hex 76 2B 16 0 40 51 36 D 45 1B
Octal 166 53 26 0 100 121 66 15 105 33
Binary 1110110 101011 10110 0 1000000 1010001 110110 1101 1000101 11011

Color Harmonies of #762B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B16

Black with #762B16

Text Example


Text Example

White with #762B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B16; }

 p { color: rgb(118,43,22); }

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

background-color css

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

 a { background-color: rgb(118,43,22); }

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

border-color css

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

 span { border-color: rgb(118,43,22); }

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