Html Css Color HEX #773323 Pueblo

📋 copy color: '#773323'

red 119 ◦ green 51 ◦ blue 35

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

Shades of Pueblo #773323

Tints of Pueblo #773323

RGB

 RED value IS 119 (46.88% from 255) = 58.05%

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 58.05%
G = 24.88%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773323 (or 0x773323) is known color: Pueblo. HEX triplet: 77, 33 and 23. RGB value is (119,51,35). Sum of RGB (Red+Green+Blue) = 119+51+35=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773323 is #88CCDC. Grayscale: #454545. Windows color (decimal): -8965341 or 2306935. OLE color: 2306935.

HSL color Cylindrical-coordinate representation of color #773323: hue angle of 11.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773323 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 35 -
CMYK 0 0.57 0.71 0.53
HSL 11.43º 0.55% 0.3% -
HSV(B) 11.43º 0.71% 0.47% -
XYZ 9.09 6.41 2.35 -
YUV 69.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 119 51 35 0 0.57 0.71 0.53 11.43 0.55 0.3
Hex 77 33 23 0 39 47 35 B 37 1E
Octal 167 63 43 0 71 107 65 13 67 36
Binary 1110111 110011 100011 0 111001 1000111 110101 1011 110111 11110

Color Harmonies of #773323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773323

Black with #773323

Text Example


Text Example

White with #773323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773323; }

 p { color: rgb(119,51,35); }

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

background-color css

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

 a { background-color: rgb(119,51,35); }

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

border-color css

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

 span { border-color: rgb(119,51,35); }

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