Html Css Color HEX #4C333F Barossa

📋 copy color: '#4C333F'

red 76 ◦ green 51 ◦ blue 63

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

Shades of Barossa #4C333F

Tints of Barossa #4C333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 40%
G = 26.84%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C333F (or 0x4C333F) is known color: Barossa. HEX triplet: 4C, 33 and 3F. RGB value is (76,51,63). Sum of RGB (Red+Green+Blue) = 76+51+63=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C333F is #B3CCC0. Grayscale: #3B3B3B. Windows color (decimal): -11783361 or 4141900. OLE color: 4141900.

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

Color convert

RGB 76 51 63 -
CMYK 0 0.33 0.17 0.70
HSL 331.2º 0.2% 0.25% -
HSV(B) 331.2º 0.33% 0.3% -
XYZ 5.06 4.26 5.26 -
YUV 59.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 76 51 63 0 0.33 0.17 0.70 331.2 0.2 0.25
Hex 4C 33 3F 0 21 11 46 14B 14 19
Octal 114 63 77 0 41 21 106 513 24 31
Binary 1001100 110011 111111 0 100001 10001 1000110 101001011 10100 11001

Color Harmonies of #4C333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C333F

Black with #4C333F

Text Example


Text Example

White with #4C333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,63); }

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

background-color css

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

 a { background-color: rgb(76,51,63); }

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

border-color css

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

 span { border-color: rgb(76,51,63); }

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