Html Css Color HEX #554325 Deep Bronze

📋 copy color: '#554325'

red 85 ◦ green 67 ◦ blue 37

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

Shades of Deep Bronze #554325

Tints of Deep Bronze #554325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 44.97%
G = 35.45%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554325 (or 0x554325) is known color: Deep Bronze. HEX triplet: 55, 43 and 25. RGB value is (85,67,37). Sum of RGB (Red+Green+Blue) = 85+67+37=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554325 is #AABCDA. Grayscale: #454545. Windows color (decimal): -11189467 or 2442069. OLE color: 2442069.

HSL color Cylindrical-coordinate representation of color #554325: hue angle of 37.5º 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 #554325 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 37 -
CMYK 0 0.21 0.56 0.67
HSL 37.5º 0.39% 0.24% -
HSV(B) 37.5º 0.56% 0.33% -
XYZ 6.09 6.08 2.6 -
YUV 68.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 85 67 37 0 0.21 0.56 0.67 37.5 0.39 0.24
Hex 55 43 25 0 15 38 43 26 27 18
Octal 125 103 45 0 25 70 103 46 47 30
Binary 1010101 1000011 100101 0 10101 111000 1000011 100110 100111 11000

Color Harmonies of #554325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554325

Black with #554325

Text Example


Text Example

White with #554325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554325; }

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

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

background-color css

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

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

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

border-color css

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

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

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