Html Css Color HEX #462D38 Barossa

📋 copy color: '#462D38'

red 70 ◦ green 45 ◦ blue 56

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

Shades of Barossa #462D38

Tints of Barossa #462D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

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

R = 40.94%
G = 26.32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#462D38 (or 0x462D38) is known color: Barossa. HEX triplet: 46, 2D and 38. RGB value is (70,45,56). Sum of RGB (Red+Green+Blue) = 70+45+56=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #462D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D38 is #B9D2C7. Grayscale: #353535. Windows color (decimal): -12178120 or 3681606. OLE color: 3681606.

HSL color Cylindrical-coordinate representation of color #462D38: hue angle of 333.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #462D38 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 45 56 -
CMYK 0 0.36 0.20 0.73
HSL 333.6º 0.22% 0.23% -
HSV(B) 333.6º 0.36% 0.27% -
XYZ 4.18 3.46 4.19 -
YUV 53.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 70 45 56 0 0.36 0.20 0.73 333.6 0.22 0.23
Hex 46 2D 38 0 24 14 49 14E 16 17
Octal 106 55 70 0 44 24 111 516 26 27
Binary 1000110 101101 111000 0 100100 10100 1001001 101001110 10110 10111

Color Harmonies of #462D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D38

Black with #462D38

Text Example


Text Example

White with #462D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D38; }

 p { color: rgb(70,45,56); }

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

background-color css

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

 a { background-color: rgb(70,45,56); }

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

border-color css

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

 span { border-color: rgb(70,45,56); }

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