Html Css Color HEX #452838 Barossa

📋 copy color: '#452838'

red 69 ◦ green 40 ◦ blue 56

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

Shades of Barossa #452838

Tints of Barossa #452838

RGB

 RED value IS 69 (27.34% from 255) = 41.82%

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

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

R = 41.82%
G = 24.24%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#452838 (or 0x452838) is known color: Barossa. HEX triplet: 45, 28 and 38. RGB value is (69,40,56). Sum of RGB (Red+Green+Blue) = 69+40+56=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452838 is #BAD7C7. Grayscale: #323232. Windows color (decimal): -12244936 or 3680325. OLE color: 3680325.

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

Color convert

RGB 69 40 56 -
CMYK 0 0.42 0.19 0.73
HSL 326.9º 0.27% 0.21% -
HSV(B) 326.9º 0.42% 0.27% -
XYZ 3.93 3.07 4.13 -
YUV 50.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 69 40 56 0 0.42 0.19 0.73 326.9 0.27 0.21
Hex 45 28 38 0 2A 13 49 147 1B 15
Octal 105 50 70 0 52 23 111 507 33 25
Binary 1000101 101000 111000 0 101010 10011 1001001 101000111 11011 10101

Color Harmonies of #452838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452838

Black with #452838

Text Example


Text Example

White with #452838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452838; }

 p { color: rgb(69,40,56); }

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

background-color css

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

 a { background-color: rgb(69,40,56); }

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

border-color css

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

 span { border-color: rgb(69,40,56); }

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