Html Css Color HEX #554125 Deep Bronze

📋 copy color: '#554125'

red 85 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #554125

Tints of Deep Bronze #554125

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 45.45%
G = 34.76%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554125 (or 0x554125) is known color: Deep Bronze. HEX triplet: 55, 41 and 25. RGB value is (85,65,37). Sum of RGB (Red+Green+Blue) = 85+65+37=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554125 is #AABEDA. Grayscale: #434343. Windows color (decimal): -11189979 or 2441557. OLE color: 2441557.

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

Color convert

RGB 85 65 37 -
CMYK 0 0.24 0.56 0.67
HSL 35º 0.39% 0.24% -
HSV(B) 35º 0.56% 0.33% -
XYZ 5.97 5.85 2.56 -
YUV 67.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 85 65 37 0 0.24 0.56 0.67 35 0.39 0.24
Hex 55 41 25 0 18 38 43 23 27 18
Octal 125 101 45 0 30 70 103 43 47 30
Binary 1010101 1000001 100101 0 11000 111000 1000011 100011 100111 11000

Color Harmonies of #554125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554125

Black with #554125

Text Example


Text Example

White with #554125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554125; }

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

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

background-color css

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

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

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

border-color css

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

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

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