Html Css Color HEX #414525 Bronzetone

📋 copy color: '#414525'

red 65 ◦ green 69 ◦ blue 37

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

Shades of Bronzetone #414525

Tints of Bronzetone #414525

RGB

 RED value IS 65 (25.78% from 255) = 38.01%

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 38.01%
G = 40.35%
B = 21.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#414525 (or 0x414525) is known color: Bronzetone. HEX triplet: 41, 45 and 25. RGB value is (65,69,37). Sum of RGB (Red+Green+Blue) = 65+69+37=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #414525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414525 is #BEBADA. Grayscale: #404040. Windows color (decimal): -12499675 or 2442561. OLE color: 2442561.

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

Color convert

RGB 65 69 37 -
CMYK 0.06 0 0.46 0.73
HSL 67.5º 0.3% 0.21% -
HSV(B) 67.5º 0.46% 0.27% -
XYZ 4.64 5.51 2.57 -
YUV 64.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 65 69 37 0.06 0 0.46 0.73 67.5 0.3 0.21
Hex 41 45 25 6 0 2E 49 44 1E 15
Octal 101 105 45 6 0 56 111 104 36 25
Binary 1000001 1000101 100101 110 0 101110 1001001 1000100 11110 10101

Color Harmonies of #414525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414525

Black with #414525

Text Example


Text Example

White with #414525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414525; }

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

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

background-color css

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

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

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

border-color css

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

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

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