Html Css Color HEX #74301A Pueblo

📋 copy color: '#74301A'

red 116 ◦ green 48 ◦ blue 26

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

Shades of Pueblo #74301A

Tints of Pueblo #74301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 61.05%
G = 25.26%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74301A (or 0x74301A) is known color: Pueblo. HEX triplet: 74, 30 and 1A. RGB value is (116,48,26). Sum of RGB (Red+Green+Blue) = 116+48+26=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #74301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74301A is #8BCFE5. Grayscale: #414141. Windows color (decimal): -9162726 or 1716340. OLE color: 1716340.

HSL color Cylindrical-coordinate representation of color #74301A: hue angle of 14.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74301A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 26 -
CMYK 0 0.59 0.78 0.55
HSL 14.67º 0.63% 0.28% -
HSV(B) 14.67º 0.78% 0.45% -
XYZ 8.45 5.9 1.67 -
YUV 65.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 116 48 26 0 0.59 0.78 0.55 14.67 0.63 0.28
Hex 74 30 1A 0 3B 4E 37 F 3F 1C
Octal 164 60 32 0 73 116 67 17 77 34
Binary 1110100 110000 11010 0 111011 1001110 110111 1111 111111 11100

Color Harmonies of #74301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74301A

Black with #74301A

Text Example


Text Example

White with #74301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74301A; }

 p { color: rgb(116,48,26); }

 H1.HeaderClassName
 {
   color: #74301A;
 }
 .AnyTagClassName
 {
   color: #74301A;
 }
</style>

background-color css

<style>
 a { background-color: #74301A; }

 a { background-color: rgb(116,48,26); }

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

border-color css

<style>
 span { border-color: #74301A; }

 span { border-color: rgb(116,48,26); }

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