Html Css Color HEX #742714 Pueblo

📋 copy color: '#742714'

red 116 ◦ green 39 ◦ blue 20

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

Shades of Pueblo #742714

Tints of Pueblo #742714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 66.29%
G = 22.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742714 (or 0x742714) is known color: Pueblo. HEX triplet: 74, 27 and 14. RGB value is (116,39,20). Sum of RGB (Red+Green+Blue) = 116+39+20=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742714 is #8BD8EB. Grayscale: #3C3C3C. Windows color (decimal): -9165036 or 1320820. OLE color: 1320820.

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

Color convert

RGB 116 39 20 -
CMYK 0 0.66 0.83 0.55
HSL 11.88º 0.71% 0.27% -
HSV(B) 11.88º 0.83% 0.45% -
XYZ 8.05 5.21 1.24 -
YUV 59.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 116 39 20 0 0.66 0.83 0.55 11.88 0.71 0.27
Hex 74 27 14 0 42 53 37 C 47 1B
Octal 164 47 24 0 102 123 67 14 107 33
Binary 1110100 100111 10100 0 1000010 1010011 110111 1100 1000111 11011

Color Harmonies of #742714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742714

Black with #742714

Text Example


Text Example

White with #742714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742714; }

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

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

background-color css

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

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

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

border-color css

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

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

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