Html Css Color HEX #455325 Bronzetone

📋 copy color: '#455325'

red 69 ◦ green 83 ◦ blue 37

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

Shades of Bronzetone #455325

Tints of Bronzetone #455325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 36.51%
G = 43.92%
B = 19.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#455325 (or 0x455325) is known color: Bronzetone. HEX triplet: 45, 53 and 25. RGB value is (69,83,37). Sum of RGB (Red+Green+Blue) = 69+83+37=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #455325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455325 is #BAACDA. Grayscale: #494949. Windows color (decimal): -12233947 or 2446149. OLE color: 2446149.

HSL color Cylindrical-coordinate representation of color #455325: hue angle of 78.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455325 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 37 -
CMYK 0.17 0 0.55 0.67
HSL 78.26º 0.38% 0.24% -
HSV(B) 78.26º 0.55% 0.33% -
XYZ 5.88 7.59 2.9 -
YUV 73.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 69 83 37 0.17 0 0.55 0.67 78.26 0.38 0.24
Hex 45 53 25 11 0 37 43 4E 26 18
Octal 105 123 45 21 0 67 103 116 46 30
Binary 1000101 1010011 100101 10001 0 110111 1000011 1001110 100110 11000

Color Harmonies of #455325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455325

Black with #455325

Text Example


Text Example

White with #455325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455325; }

 p { color: rgb(69,83,37); }

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

background-color css

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

 a { background-color: rgb(69,83,37); }

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

border-color css

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

 span { border-color: rgb(69,83,37); }

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