Html Css Color HEX #743327 Pueblo

📋 copy color: '#743327'

red 116 ◦ green 51 ◦ blue 39

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

Shades of Pueblo #743327

Tints of Pueblo #743327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 56.31%
G = 24.76%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743327 (or 0x743327) is known color: Pueblo. HEX triplet: 74, 33 and 27. RGB value is (116,51,39). Sum of RGB (Red+Green+Blue) = 116+51+39=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743327 is #8BCCD8. Grayscale: #454545. Windows color (decimal): -9161945 or 2569076. OLE color: 2569076.

HSL color Cylindrical-coordinate representation of color #743327: hue angle of 9.35º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743327 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 39 -
CMYK 0 0.56 0.66 0.55
HSL 9.35º 0.5% 0.3% -
HSV(B) 9.35º 0.66% 0.45% -
XYZ 8.75 6.23 2.66 -
YUV 69.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 116 51 39 0 0.56 0.66 0.55 9.35 0.5 0.3
Hex 74 33 27 0 38 42 37 9 32 1E
Octal 164 63 47 0 70 102 67 11 62 36
Binary 1110100 110011 100111 0 111000 1000010 110111 1001 110010 11110

Color Harmonies of #743327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743327

Black with #743327

Text Example


Text Example

White with #743327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743327; }

 p { color: rgb(116,51,39); }

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

background-color css

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

 a { background-color: rgb(116,51,39); }

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

border-color css

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

 span { border-color: rgb(116,51,39); }

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