Html Css Color HEX #4C283D Barossa

📋 copy color: '#4C283D'

red 76 ◦ green 40 ◦ blue 61

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

Shades of Barossa #4C283D

Tints of Barossa #4C283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 42.94%
G = 22.6%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C283D (or 0x4C283D) is known color: Barossa. HEX triplet: 4C, 28 and 3D. RGB value is (76,40,61). Sum of RGB (Red+Green+Blue) = 76+40+61=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C283D is #B3D7C2. Grayscale: #353535. Windows color (decimal): -11786179 or 4008012. OLE color: 4008012.

HSL color Cylindrical-coordinate representation of color #4C283D: hue angle of 325º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C283D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 61 -
CMYK 0 0.47 0.20 0.70
HSL 325º 0.31% 0.23% -
HSV(B) 325º 0.47% 0.3% -
XYZ 4.58 3.39 4.83 -
YUV 53.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 76 40 61 0 0.47 0.20 0.70 325 0.31 0.23
Hex 4C 28 3D 0 2F 14 46 145 1F 17
Octal 114 50 75 0 57 24 106 505 37 27
Binary 1001100 101000 111101 0 101111 10100 1000110 101000101 11111 10111

Color Harmonies of #4C283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C283D

Black with #4C283D

Text Example


Text Example

White with #4C283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,61); }

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

background-color css

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

 a { background-color: rgb(76,40,61); }

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

border-color css

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

 span { border-color: rgb(76,40,61); }

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