Html Css Color HEX #74260F Pueblo

📋 copy color: '#74260F'

red 116 ◦ green 38 ◦ blue 15

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

Shades of Pueblo #74260F

Tints of Pueblo #74260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.49%

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

R = 68.64%
G = 22.49%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74260F (or 0x74260F) is known color: Pueblo. HEX triplet: 74, 26 and 0F. RGB value is (116,38,15). Sum of RGB (Red+Green+Blue) = 116+38+15=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #74260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74260F is #8BD9F0. Grayscale: #3A3A3A. Windows color (decimal): -9165297 or 992884. OLE color: 992884.

HSL color Cylindrical-coordinate representation of color #74260F: hue angle of 13.66º 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 #74260F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 15 -
CMYK 0 0.67 0.87 0.55
HSL 13.66º 0.77% 0.26% -
HSV(B) 13.66º 0.87% 0.45% -
XYZ 7.98 5.13 1.02 -
YUV 58.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 116 38 15 0 0.67 0.87 0.55 13.66 0.77 0.26
Hex 74 26 F 0 43 57 37 E 4D 1A
Octal 164 46 17 0 103 127 67 16 115 32
Binary 1110100 100110 1111 0 1000011 1010111 110111 1110 1001101 11010

Color Harmonies of #74260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74260F

Black with #74260F

Text Example


Text Example

White with #74260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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