Html Css Color HEX #454C30 Bronzetone

📋 copy color: '#454C30'

red 69 ◦ green 76 ◦ blue 48

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

Shades of Bronzetone #454C30

Tints of Bronzetone #454C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 35.75%
G = 39.38%
B = 24.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#454C30 (or 0x454C30) is known color: Bronzetone. HEX triplet: 45, 4C and 30. RGB value is (69,76,48). Sum of RGB (Red+Green+Blue) = 69+76+48=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #454C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C30 is #BAB3CF. Grayscale: #464646. Windows color (decimal): -12235728 or 3165253. OLE color: 3165253.

HSL color Cylindrical-coordinate representation of color #454C30: hue angle of 75º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454C30 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 48 -
CMYK 0.09 0 0.37 0.70
HSL 75º 0.23% 0.24% -
HSV(B) 75º 0.37% 0.3% -
XYZ 5.57 6.65 3.79 -
YUV 70.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 69 76 48 0.09 0 0.37 0.70 75 0.23 0.24
Hex 45 4C 30 9 0 25 46 4B 17 18
Octal 105 114 60 11 0 45 106 113 27 30
Binary 1000101 1001100 110000 1001 0 100101 1000110 1001011 10111 11000

Color Harmonies of #454C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C30

Black with #454C30

Text Example


Text Example

White with #454C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454C30; }

 p { color: rgb(69,76,48); }

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

background-color css

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

 a { background-color: rgb(69,76,48); }

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

border-color css

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

 span { border-color: rgb(69,76,48); }

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