Html Css Color HEX #4A3036 Cab Sav

📋 copy color: '#4A3036'

red 74 ◦ green 48 ◦ blue 54

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

Shades of Cab Sav #4A3036

Tints of Cab Sav #4A3036

RGB

 RED value IS 74 (29.3% from 255) = 42.05%

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

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 42.05%
G = 27.27%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4A3036 (or 0x4A3036) is known color: Cab Sav. HEX triplet: 4A, 30 and 36. RGB value is (74,48,54). Sum of RGB (Red+Green+Blue) = 74+48+54=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3036 is #B5CFC9. Grayscale: #383838. Windows color (decimal): -11915210 or 3551306. OLE color: 3551306.

HSL color Cylindrical-coordinate representation of color #4A3036: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A3036 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 48 54 -
CMYK 0 0.35 0.27 0.71
HSL 346.15º 0.21% 0.24% -
HSV(B) 346.15º 0.35% 0.29% -
XYZ 4.55 3.84 3.99 -
YUV 56.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 74 48 54 0 0.35 0.27 0.71 346.15 0.21 0.24
Hex 4A 30 36 0 23 1B 47 15A 15 18
Octal 112 60 66 0 43 33 107 532 25 30
Binary 1001010 110000 110110 0 100011 11011 1000111 101011010 10101 11000

Color Harmonies of #4A3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3036

Black with #4A3036

Text Example


Text Example

White with #4A3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3036; }

 p { color: rgb(74,48,54); }

 H1.HeaderClassName
 {
   color: #4A3036;
 }
 .AnyTagClassName
 {
   color: #4A3036;
 }
</style>

background-color css

<style>
 a { background-color: #4A3036; }

 a { background-color: rgb(74,48,54); }

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

border-color css

<style>
 span { border-color: #4A3036; }

 span { border-color: rgb(74,48,54); }

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