Html Css Color HEX #762B13 Pueblo

📋 copy color: '#762B13'

red 118 ◦ green 43 ◦ blue 19

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

Shades of Pueblo #762B13

Tints of Pueblo #762B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 65.56%
G = 23.89%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#762B13 (or 0x762B13) is known color: Pueblo. HEX triplet: 76, 2B and 13. RGB value is (118,43,19). Sum of RGB (Red+Green+Blue) = 118+43+19=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B13 is #89D4EC. Grayscale: #3E3E3E. Windows color (decimal): -9032941 or 1256310. OLE color: 1256310.

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

Color convert

RGB 118 43 19 -
CMYK 0 0.64 0.84 0.54
HSL 14.55º 0.72% 0.27% -
HSV(B) 14.55º 0.84% 0.46% -
XYZ 8.45 5.63 1.26 -
YUV 62.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 118 43 19 0 0.64 0.84 0.54 14.55 0.72 0.27
Hex 76 2B 13 0 40 54 36 F 48 1B
Octal 166 53 23 0 100 124 66 17 110 33
Binary 1110110 101011 10011 0 1000000 1010100 110110 1111 1001000 11011

Color Harmonies of #762B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B13

Black with #762B13

Text Example


Text Example

White with #762B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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