Html Css Color HEX #554026 Deep Bronze

📋 copy color: '#554026'

red 85 ◦ green 64 ◦ blue 38

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

Shades of Deep Bronze #554026

Tints of Deep Bronze #554026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 45.45%
G = 34.22%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554026 (or 0x554026) is known color: Deep Bronze. HEX triplet: 55, 40 and 26. RGB value is (85,64,38). Sum of RGB (Red+Green+Blue) = 85+64+38=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554026 is #AABFD9. Grayscale: #434343. Windows color (decimal): -11190234 or 2506837. OLE color: 2506837.

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

Color convert

RGB 85 64 38 -
CMYK 0 0.25 0.55 0.67
HSL 33.19º 0.38% 0.24% -
HSV(B) 33.19º 0.55% 0.33% -
XYZ 5.93 5.74 2.63 -
YUV 67.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 85 64 38 0 0.25 0.55 0.67 33.19 0.38 0.24
Hex 55 40 26 0 19 37 43 21 26 18
Octal 125 100 46 0 31 67 103 41 46 30
Binary 1010101 1000000 100110 0 11001 110111 1000011 100001 100110 11000

Color Harmonies of #554026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554026

Black with #554026

Text Example


Text Example

White with #554026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554026; }

 p { color: rgb(85,64,38); }

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

background-color css

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

 a { background-color: rgb(85,64,38); }

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

border-color css

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

 span { border-color: rgb(85,64,38); }

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