Html Css Color HEX #74270F Pueblo

📋 copy color: '#74270F'

red 116 ◦ green 39 ◦ blue 15

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

Shades of Pueblo #74270F

Tints of Pueblo #74270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 68.24%
G = 22.94%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74270F (or 0x74270F) is known color: Pueblo. HEX triplet: 74, 27 and 0F. RGB value is (116,39,15). Sum of RGB (Red+Green+Blue) = 116+39+15=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #74270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74270F is #8BD8F0. Grayscale: #3B3B3B. Windows color (decimal): -9165041 or 993140. OLE color: 993140.

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

Color convert

RGB 116 39 15 -
CMYK 0 0.66 0.87 0.55
HSL 14.26º 0.77% 0.26% -
HSV(B) 14.26º 0.87% 0.45% -
XYZ 8.01 5.2 1.03 -
YUV 59.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 116 39 15 0 0.66 0.87 0.55 14.26 0.77 0.26
Hex 74 27 F 0 42 57 37 E 4D 1A
Octal 164 47 17 0 102 127 67 16 115 32
Binary 1110100 100111 1111 0 1000010 1010111 110111 1110 1001101 11010

Color Harmonies of #74270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74270F

Black with #74270F

Text Example


Text Example

White with #74270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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