Html Css Color HEX #762F19 Pueblo

📋 copy color: '#762F19'

red 118 ◦ green 47 ◦ blue 25

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

Shades of Pueblo #762F19

Tints of Pueblo #762F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 62.11%
G = 24.74%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#762F19 (or 0x762F19) is known color: Pueblo. HEX triplet: 76, 2F and 19. RGB value is (118,47,25). Sum of RGB (Red+Green+Blue) = 118+47+25=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F19 is #89D0E6. Grayscale: #414141. Windows color (decimal): -9031911 or 1650550. OLE color: 1650550.

HSL color Cylindrical-coordinate representation of color #762F19: hue angle of 14.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762F19 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 25 -
CMYK 0 0.60 0.79 0.54
HSL 14.19º 0.65% 0.28% -
HSV(B) 14.19º 0.79% 0.46% -
XYZ 8.66 5.95 1.61 -
YUV 65.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 118 47 25 0 0.60 0.79 0.54 14.19 0.65 0.28
Hex 76 2F 19 0 3C 4F 36 E 41 1C
Octal 166 57 31 0 74 117 66 16 101 34
Binary 1110110 101111 11001 0 111100 1001111 110110 1110 1000001 11100

Color Harmonies of #762F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F19

Black with #762F19

Text Example


Text Example

White with #762F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,47,25); }

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

background-color css

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

 a { background-color: rgb(118,47,25); }

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

border-color css

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

 span { border-color: rgb(118,47,25); }

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