Html Css Color HEX #4C2F3D Barossa

📋 copy color: '#4C2F3D'

red 76 ◦ green 47 ◦ blue 61

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

Shades of Barossa #4C2F3D

Tints of Barossa #4C2F3D

RGB

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

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

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

R = 41.3%
G = 25.54%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C2F3D (or 0x4C2F3D) is known color: Barossa. HEX triplet: 4C, 2F and 3D. RGB value is (76,47,61). Sum of RGB (Red+Green+Blue) = 76+47+61=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F3D is #B3D0C2. Grayscale: #393939. Windows color (decimal): -11784387 or 4009804. OLE color: 4009804.

HSL color Cylindrical-coordinate representation of color #4C2F3D: hue angle of 331.03º 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 #4C2F3D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 61 -
CMYK 0 0.38 0.20 0.70
HSL 331.03º 0.24% 0.24% -
HSV(B) 331.03º 0.38% 0.3% -
XYZ 4.84 3.91 4.91 -
YUV 57.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 76 47 61 0 0.38 0.20 0.70 331.03 0.24 0.24
Hex 4C 2F 3D 0 26 14 46 14B 18 18
Octal 114 57 75 0 46 24 106 513 30 30
Binary 1001100 101111 111101 0 100110 10100 1000110 101001011 11000 11000

Color Harmonies of #4C2F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F3D

Black with #4C2F3D

Text Example


Text Example

White with #4C2F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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