Html Css Color HEX #74270E Pueblo

📋 copy color: '#74270E'

red 116 ◦ green 39 ◦ blue 14

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

Shades of Pueblo #74270E

Tints of Pueblo #74270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 68.64%
G = 23.08%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74270E (or 0x74270E) is known color: Pueblo. HEX triplet: 74, 27 and 0E. RGB value is (116,39,14). Sum of RGB (Red+Green+Blue) = 116+39+14=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #74270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74270E is #8BD8F1. Grayscale: #3B3B3B. Windows color (decimal): -9165042 or 927604. OLE color: 927604.

HSL color Cylindrical-coordinate representation of color #74270E: hue angle of 14.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74270E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 14 -
CMYK 0 0.66 0.88 0.55
HSL 14.71º 0.78% 0.25% -
HSV(B) 14.71º 0.88% 0.45% -
XYZ 8.01 5.2 1 -
YUV 59.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 116 39 14 0 0.66 0.88 0.55 14.71 0.78 0.25
Hex 74 27 E 0 42 58 37 F 4E 19
Octal 164 47 16 0 102 130 67 17 116 31
Binary 1110100 100111 1110 0 1000010 1011000 110111 1111 1001110 11001

Color Harmonies of #74270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74270E

Black with #74270E

Text Example


Text Example

White with #74270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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