Html Css Color HEX #753023 Pueblo

📋 copy color: '#753023'

red 117 ◦ green 48 ◦ blue 35

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

Shades of Pueblo #753023

Tints of Pueblo #753023

RGB

 RED value IS 117 (46.09% from 255) = 58.5%

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 58.5%
G = 24%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#753023 (or 0x753023) is known color: Pueblo. HEX triplet: 75, 30 and 23. RGB value is (117,48,35). Sum of RGB (Red+Green+Blue) = 117+48+35=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #753023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753023 is #8ACFDC. Grayscale: #434343. Windows color (decimal): -9097181 or 2306165. OLE color: 2306165.

HSL color Cylindrical-coordinate representation of color #753023: hue angle of 9.51º 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 #753023 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 35 -
CMYK 0 0.59 0.70 0.54
HSL 9.51º 0.54% 0.3% -
HSV(B) 9.51º 0.7% 0.46% -
XYZ 8.7 6.02 2.29 -
YUV 67.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 117 48 35 0 0.59 0.70 0.54 9.51 0.54 0.3
Hex 75 30 23 0 3B 46 36 A 36 1E
Octal 165 60 43 0 73 106 66 12 66 36
Binary 1110101 110000 100011 0 111011 1000110 110110 1010 110110 11110

Color Harmonies of #753023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753023

Black with #753023

Text Example


Text Example

White with #753023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753023; }

 p { color: rgb(117,48,35); }

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

background-color css

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

 a { background-color: rgb(117,48,35); }

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

border-color css

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

 span { border-color: rgb(117,48,35); }

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