Html Css Color HEX #763423 Pueblo

📋 copy color: '#763423'

red 118 ◦ green 52 ◦ blue 35

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

Shades of Pueblo #763423

Tints of Pueblo #763423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 57.56%
G = 25.37%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#763423 (or 0x763423) is known color: Pueblo. HEX triplet: 76, 34 and 23. RGB value is (118,52,35). Sum of RGB (Red+Green+Blue) = 118+52+35=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763423 is #89CBDC. Grayscale: #454545. Windows color (decimal): -9030621 or 2307190. OLE color: 2307190.

HSL color Cylindrical-coordinate representation of color #763423: hue angle of 12.29º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763423 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 35 -
CMYK 0 0.56 0.70 0.54
HSL 12.29º 0.54% 0.3% -
HSV(B) 12.29º 0.7% 0.46% -
XYZ 9 6.43 2.36 -
YUV 69.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 118 52 35 0 0.56 0.70 0.54 12.29 0.54 0.3
Hex 76 34 23 0 38 46 36 C 36 1E
Octal 166 64 43 0 70 106 66 14 66 36
Binary 1110110 110100 100011 0 111000 1000110 110110 1100 110110 11110

Color Harmonies of #763423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763423

Black with #763423

Text Example


Text Example

White with #763423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763423; }

 p { color: rgb(118,52,35); }

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

background-color css

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

 a { background-color: rgb(118,52,35); }

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

border-color css

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

 span { border-color: rgb(118,52,35); }

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