Html Css Color HEX #553D17 Clinker

📋 copy color: '#553D17'

red 85 ◦ green 61 ◦ blue 23

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

Shades of Clinker #553D17

Tints of Clinker #553D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.09%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 50.3%
G = 36.09%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#553D17 (or 0x553D17) is known color: Clinker. HEX triplet: 55, 3D and 17. RGB value is (85,61,23). Sum of RGB (Red+Green+Blue) = 85+61+23=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D17 is #AAC2E8. Grayscale: #404040. Windows color (decimal): -11191017 or 1523029. OLE color: 1523029.

HSL color Cylindrical-coordinate representation of color #553D17: hue angle of 36.77º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553D17 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 23 -
CMYK 0 0.28 0.73 0.67
HSL 36.77º 0.57% 0.21% -
HSV(B) 36.77º 0.73% 0.33% -
XYZ 5.57 5.33 1.55 -
YUV 63.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 85 61 23 0 0.28 0.73 0.67 36.77 0.57 0.21
Hex 55 3D 17 0 1C 49 43 25 39 15
Octal 125 75 27 0 34 111 103 45 71 25
Binary 1010101 111101 10111 0 11100 1001001 1000011 100101 111001 10101

Color Harmonies of #553D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D17

Black with #553D17

Text Example


Text Example

White with #553D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D17; }

 p { color: rgb(85,61,23); }

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

background-color css

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

 a { background-color: rgb(85,61,23); }

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

border-color css

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

 span { border-color: rgb(85,61,23); }

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