Html Css Color HEX #453B29 Birch

📋 copy color: '#453B29'

red 69 ◦ green 59 ◦ blue 41

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

Shades of Birch #453B29

Tints of Birch #453B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.91%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 40.83%
G = 34.91%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#453B29 (or 0x453B29) is known color: Birch. HEX triplet: 45, 3B and 29. RGB value is (69,59,41). Sum of RGB (Red+Green+Blue) = 69+59+41=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 69 - color contains mainly: red. Hex color #453B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B29 is #BAC4D6. Grayscale: #3C3C3C. Windows color (decimal): -12240087 or 2702149. OLE color: 2702149.

HSL color Cylindrical-coordinate representation of color #453B29: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #453B29 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 59 41 -
CMYK 0 0.14 0.41 0.73
HSL 38.57º 0.25% 0.22% -
HSV(B) 38.57º 0.41% 0.27% -
XYZ 4.42 4.55 2.74 -
YUV 59.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 69 59 41 0 0.14 0.41 0.73 38.57 0.25 0.22
Hex 45 3B 29 0 E 29 49 27 19 16
Octal 105 73 51 0 16 51 111 47 31 26
Binary 1000101 111011 101001 0 1110 101001 1001001 100111 11001 10110

Color Harmonies of #453B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B29

Black with #453B29

Text Example


Text Example

White with #453B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453B29; }

 p { color: rgb(69,59,41); }

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

background-color css

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

 a { background-color: rgb(69,59,41); }

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

border-color css

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

 span { border-color: rgb(69,59,41); }

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