Html Css Color HEX #4C3638 Cab Sav

📋 copy color: '#4C3638'

red 76 ◦ green 54 ◦ blue 56

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

Shades of Cab Sav #4C3638

Tints of Cab Sav #4C3638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 40.86%
G = 29.03%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C3638 (or 0x4C3638) is known color: Cab Sav. HEX triplet: 4C, 36 and 38. RGB value is (76,54,56). Sum of RGB (Red+Green+Blue) = 76+54+56=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3638 is #B3C9C7. Grayscale: #3C3C3C. Windows color (decimal): -11782600 or 3683916. OLE color: 3683916.

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

Color convert

RGB 76 54 56 -
CMYK 0 0.29 0.26 0.70
HSL 354.55º 0.17% 0.25% -
HSV(B) 354.55º 0.29% 0.3% -
XYZ 5.01 4.46 4.34 -
YUV 60.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 76 54 56 0 0.29 0.26 0.70 354.55 0.17 0.25
Hex 4C 36 38 0 1D 1A 46 163 11 19
Octal 114 66 70 0 35 32 106 543 21 31
Binary 1001100 110110 111000 0 11101 11010 1000110 101100011 10001 11001

Color Harmonies of #4C3638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3638

Black with #4C3638

Text Example


Text Example

White with #4C3638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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