Html Css Color HEX #554B46 Saddle

📋 copy color: '#554B46'

red 85 ◦ green 75 ◦ blue 70

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

Shades of Saddle #554B46

Tints of Saddle #554B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 36.96%
G = 32.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#554B46 (or 0x554B46) is known color: Saddle. HEX triplet: 55, 4B and 46. RGB value is (85,75,70). Sum of RGB (Red+Green+Blue) = 85+75+70=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B46 is #AAB4B9. Grayscale: #4D4D4D. Windows color (decimal): -11187386 or 4606805. OLE color: 4606805.

HSL color Cylindrical-coordinate representation of color #554B46: hue angle of 20º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554B46 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 70 -
CMYK 0 0.12 0.18 0.67
HSL 20º 0.1% 0.3% -
HSV(B) 20º 0.18% 0.33% -
XYZ 7.37 7.41 6.84 -
YUV 77.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 85 75 70 0 0.12 0.18 0.67 20 0.1 0.3
Hex 55 4B 46 0 C 12 43 14 A 1E
Octal 125 113 106 0 14 22 103 24 12 36
Binary 1010101 1001011 1000110 0 1100 10010 1000011 10100 1010 11110

Color Harmonies of #554B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B46

Black with #554B46

Text Example


Text Example

White with #554B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554B46; }

 p { color: rgb(85,75,70); }

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

background-color css

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

 a { background-color: rgb(85,75,70); }

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

border-color css

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

 span { border-color: rgb(85,75,70); }

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