Html Css Color HEX #4C3438 Cab Sav

📋 copy color: '#4C3438'

red 76 ◦ green 52 ◦ blue 56

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

Shades of Cab Sav #4C3438

Tints of Cab Sav #4C3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

 BLUE value IS 56 (22.27% from 255) = 30.43%

R = 41.3%
G = 28.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C3438 (or 0x4C3438) is known color: Cab Sav. HEX triplet: 4C, 34 and 38. RGB value is (76,52,56). Sum of RGB (Red+Green+Blue) = 76+52+56=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3438 is #B3CBC7. Grayscale: #3B3B3B. Windows color (decimal): -11783112 or 3683404. OLE color: 3683404.

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

Color convert

RGB 76 52 56 -
CMYK 0 0.32 0.26 0.70
HSL 350º 0.19% 0.25% -
HSV(B) 350º 0.32% 0.3% -
XYZ 4.92 4.28 4.31 -
YUV 59.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 76 52 56 0 0.32 0.26 0.70 350 0.19 0.25
Hex 4C 34 38 0 20 1A 46 15E 13 19
Octal 114 64 70 0 40 32 106 536 23 31
Binary 1001100 110100 111000 0 100000 11010 1000110 101011110 10011 11001

Color Harmonies of #4C3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3438

Black with #4C3438

Text Example


Text Example

White with #4C3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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