Html Css Color HEX #462735 Barossa

📋 copy color: '#462735'

red 70 ◦ green 39 ◦ blue 53

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

Shades of Barossa #462735

Tints of Barossa #462735

RGB

 RED value IS 70 (27.73% from 255) = 43.21%

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 43.21%
G = 24.07%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#462735 (or 0x462735) is known color: Barossa. HEX triplet: 46, 27 and 35. RGB value is (70,39,53). Sum of RGB (Red+Green+Blue) = 70+39+53=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462735 is #B9D8CA. Grayscale: #313131. Windows color (decimal): -12179659 or 3483462. OLE color: 3483462.

HSL color Cylindrical-coordinate representation of color #462735: hue angle of 332.9º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462735 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 53 -
CMYK 0 0.44 0.24 0.73
HSL 332.9º 0.28% 0.21% -
HSV(B) 332.9º 0.44% 0.27% -
XYZ 3.89 3.01 3.74 -
YUV 49.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 70 39 53 0 0.44 0.24 0.73 332.9 0.28 0.21
Hex 46 27 35 0 2C 18 49 14D 1C 15
Octal 106 47 65 0 54 30 111 515 34 25
Binary 1000110 100111 110101 0 101100 11000 1001001 101001101 11100 10101

Color Harmonies of #462735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462735

Black with #462735

Text Example


Text Example

White with #462735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462735; }

 p { color: rgb(70,39,53); }

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

background-color css

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

 a { background-color: rgb(70,39,53); }

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

border-color css

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

 span { border-color: rgb(70,39,53); }

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