Html Css Color HEX #74321C Pueblo

📋 copy color: '#74321C'

red 116 ◦ green 50 ◦ blue 28

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

Shades of Pueblo #74321C

Tints of Pueblo #74321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 59.79%
G = 25.77%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74321C (or 0x74321C) is known color: Pueblo. HEX triplet: 74, 32 and 1C. RGB value is (116,50,28). Sum of RGB (Red+Green+Blue) = 116+50+28=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74321C is #8BCDE3. Grayscale: #434343. Windows color (decimal): -9162212 or 1847924. OLE color: 1847924.

HSL color Cylindrical-coordinate representation of color #74321C: hue angle of 15º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74321C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 28 -
CMYK 0 0.57 0.76 0.55
HSL 15º 0.61% 0.28% -
HSV(B) 15º 0.76% 0.45% -
XYZ 8.55 6.08 1.82 -
YUV 67.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 116 50 28 0 0.57 0.76 0.55 15 0.61 0.28
Hex 74 32 1C 0 39 4C 37 F 3D 1C
Octal 164 62 34 0 71 114 67 17 75 34
Binary 1110100 110010 11100 0 111001 1001100 110111 1111 111101 11100

Color Harmonies of #74321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74321C

Black with #74321C

Text Example


Text Example

White with #74321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74321C; }

 p { color: rgb(116,50,28); }

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

background-color css

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

 a { background-color: rgb(116,50,28); }

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

border-color css

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

 span { border-color: rgb(116,50,28); }

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