Html Css Color HEX #463D41 Barossa

📋 copy color: '#463D41'

red 70 ◦ green 61 ◦ blue 65

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

Shades of Barossa #463D41

Tints of Barossa #463D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 35.71%
G = 31.12%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463D41 (or 0x463D41) is known color: Barossa. HEX triplet: 46, 3D and 41. RGB value is (70,61,65). Sum of RGB (Red+Green+Blue) = 70+61+65=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #463D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D41 is #B9C2BE. Grayscale: #404040. Windows color (decimal): -12174015 or 4275526. OLE color: 4275526.

HSL color Cylindrical-coordinate representation of color #463D41: hue angle of 333.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #463D41 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 65 -
CMYK 0 0.13 0.07 0.73
HSL 333.33º 0.07% 0.26% -
HSV(B) 333.33º 0.13% 0.27% -
XYZ 5.15 5.02 5.7 -
YUV 64.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 70 61 65 0 0.13 0.07 0.73 333.33 0.07 0.26
Hex 46 3D 41 0 D 7 49 14D 7 1A
Octal 106 75 101 0 15 7 111 515 7 32
Binary 1000110 111101 1000001 0 1101 111 1001001 101001101 111 11010

Color Harmonies of #463D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D41

Black with #463D41

Text Example


Text Example

White with #463D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463D41; }

 p { color: rgb(70,61,65); }

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

background-color css

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

 a { background-color: rgb(70,61,65); }

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

border-color css

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

 span { border-color: rgb(70,61,65); }

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