Html Css Color HEX #743020 Pueblo

📋 copy color: '#743020'

red 116 ◦ green 48 ◦ blue 32

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

Shades of Pueblo #743020

Tints of Pueblo #743020

RGB

 RED value IS 116 (45.7% from 255) = 59.18%

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

 BLUE value IS 32 (12.89% from 255) = 16.33%

R = 59.18%
G = 24.49%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743020 (or 0x743020) is known color: Pueblo. HEX triplet: 74, 30 and 20. RGB value is (116,48,32). Sum of RGB (Red+Green+Blue) = 116+48+32=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #743020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743020 is #8BCFDF. Grayscale: #424242. Windows color (decimal): -9162720 or 2109556. OLE color: 2109556.

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

Color convert

RGB 116 48 32 -
CMYK 0 0.59 0.72 0.55
HSL 11.43º 0.57% 0.29% -
HSV(B) 11.43º 0.72% 0.45% -
XYZ 8.52 5.93 2.06 -
YUV 66.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 116 48 32 0 0.59 0.72 0.55 11.43 0.57 0.29
Hex 74 30 20 0 3B 48 37 B 39 1D
Octal 164 60 40 0 73 110 67 13 71 35
Binary 1110100 110000 100000 0 111011 1001000 110111 1011 111001 11101

Color Harmonies of #743020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743020

Black with #743020

Text Example


Text Example

White with #743020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743020; }

 p { color: rgb(116,48,32); }

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

background-color css

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

 a { background-color: rgb(116,48,32); }

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

border-color css

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

 span { border-color: rgb(116,48,32); }

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