Html Css Color HEX #762D15 Pueblo

📋 copy color: '#762D15'

red 118 ◦ green 45 ◦ blue 21

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

Shades of Pueblo #762D15

Tints of Pueblo #762D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 64.13%
G = 24.46%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#762D15 (or 0x762D15) is known color: Pueblo. HEX triplet: 76, 2D and 15. RGB value is (118,45,21). Sum of RGB (Red+Green+Blue) = 118+45+21=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D15 is #89D2EA. Grayscale: #404040. Windows color (decimal): -9032427 or 1387894. OLE color: 1387894.

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

Color convert

RGB 118 45 21 -
CMYK 0 0.62 0.82 0.54
HSL 14.85º 0.7% 0.27% -
HSV(B) 14.85º 0.82% 0.46% -
XYZ 8.54 5.78 1.38 -
YUV 64.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 118 45 21 0 0.62 0.82 0.54 14.85 0.7 0.27
Hex 76 2D 15 0 3E 52 36 F 46 1B
Octal 166 55 25 0 76 122 66 17 106 33
Binary 1110110 101101 10101 0 111110 1010010 110110 1111 1000110 11011

Color Harmonies of #762D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D15

Black with #762D15

Text Example


Text Example

White with #762D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,21); }

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

background-color css

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

 a { background-color: rgb(118,45,21); }

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

border-color css

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

 span { border-color: rgb(118,45,21); }

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