Html Css Color HEX #4C2F34 Cab Sav

📋 copy color: '#4C2F34'

red 76 ◦ green 47 ◦ blue 52

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

Shades of Cab Sav #4C2F34

Tints of Cab Sav #4C2F34

RGB

 RED value IS 76 (30.08% from 255) = 43.43%

 GREEN value IS 47 (18.75% from 255) = 26.86%

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 43.43%
G = 26.86%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4C2F34 (or 0x4C2F34) is known color: Cab Sav. HEX triplet: 4C, 2F and 34. RGB value is (76,47,52). Sum of RGB (Red+Green+Blue) = 76+47+52=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F34 is #B3D0CB. Grayscale: #383838. Windows color (decimal): -11784396 or 3419980. OLE color: 3419980.

HSL color Cylindrical-coordinate representation of color #4C2F34: hue angle of 349.66º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C2F34 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 52 -
CMYK 0 0.38 0.32 0.70
HSL 349.66º 0.24% 0.24% -
HSV(B) 349.66º 0.38% 0.3% -
XYZ 4.62 3.82 3.74 -
YUV 56.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 76 47 52 0 0.38 0.32 0.70 349.66 0.24 0.24
Hex 4C 2F 34 0 26 20 46 15E 18 18
Octal 114 57 64 0 46 40 106 536 30 30
Binary 1001100 101111 110100 0 100110 100000 1000110 101011110 11000 11000

Color Harmonies of #4C2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F34

Black with #4C2F34

Text Example


Text Example

White with #4C2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,52); }

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

background-color css

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

 a { background-color: rgb(76,47,52); }

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

border-color css

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

 span { border-color: rgb(76,47,52); }

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