Html Css Color HEX #74311B Pueblo

📋 copy color: '#74311B'

red 116 ◦ green 49 ◦ blue 27

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

Shades of Pueblo #74311B

Tints of Pueblo #74311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.52%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 60.42%
G = 25.52%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74311B (or 0x74311B) is known color: Pueblo. HEX triplet: 74, 31 and 1B. RGB value is (116,49,27). Sum of RGB (Red+Green+Blue) = 116+49+27=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74311B is #8BCEE4. Grayscale: #424242. Windows color (decimal): -9162469 or 1782132. OLE color: 1782132.

HSL color Cylindrical-coordinate representation of color #74311B: hue angle of 14.83º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74311B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 27 -
CMYK 0 0.58 0.77 0.55
HSL 14.83º 0.62% 0.28% -
HSV(B) 14.83º 0.77% 0.45% -
XYZ 8.5 5.99 1.74 -
YUV 66.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 116 49 27 0 0.58 0.77 0.55 14.83 0.62 0.28
Hex 74 31 1B 0 3A 4D 37 F 3E 1C
Octal 164 61 33 0 72 115 67 17 76 34
Binary 1110100 110001 11011 0 111010 1001101 110111 1111 111110 11100

Color Harmonies of #74311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74311B

Black with #74311B

Text Example


Text Example

White with #74311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74311B; }

 p { color: rgb(116,49,27); }

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

background-color css

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

 a { background-color: rgb(116,49,27); }

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

border-color css

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

 span { border-color: rgb(116,49,27); }

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