Html Css Color HEX #453B27 Birch

📋 copy color: '#453B27'

red 69 ◦ green 59 ◦ blue 39

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

Shades of Birch #453B27

Tints of Birch #453B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 41.32%
G = 35.33%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#453B27 (or 0x453B27) is known color: Birch. HEX triplet: 45, 3B and 27. RGB value is (69,59,39). Sum of RGB (Red+Green+Blue) = 69+59+39=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #453B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B27 is #BAC4D8. Grayscale: #3B3B3B. Windows color (decimal): -12240089 or 2571077. OLE color: 2571077.

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

Color convert

RGB 69 59 39 -
CMYK 0 0.14 0.43 0.73
HSL 40º 0.28% 0.21% -
HSV(B) 40º 0.43% 0.27% -
XYZ 4.38 4.54 2.56 -
YUV 59.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 69 59 39 0 0.14 0.43 0.73 40 0.28 0.21
Hex 45 3B 27 0 E 2B 49 28 1C 15
Octal 105 73 47 0 16 53 111 50 34 25
Binary 1000101 111011 100111 0 1110 101011 1001001 101000 11100 10101

Color Harmonies of #453B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B27

Black with #453B27

Text Example


Text Example

White with #453B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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