Html Css Color HEX #553D1B Clinker

📋 copy color: '#553D1B'

red 85 ◦ green 61 ◦ blue 27

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

Shades of Clinker #553D1B

Tints of Clinker #553D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 49.13%
G = 35.26%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#553D1B (or 0x553D1B) is known color: Clinker. HEX triplet: 55, 3D and 1B. RGB value is (85,61,27). Sum of RGB (Red+Green+Blue) = 85+61+27=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D1B is #AAC2E4. Grayscale: #404040. Windows color (decimal): -11191013 or 1785173. OLE color: 1785173.

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

Color convert

RGB 85 61 27 -
CMYK 0 0.28 0.68 0.67
HSL 35.17º 0.52% 0.22% -
HSV(B) 35.17º 0.68% 0.33% -
XYZ 5.61 5.35 1.77 -
YUV 64.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 85 61 27 0 0.28 0.68 0.67 35.17 0.52 0.22
Hex 55 3D 1B 0 1C 44 43 23 34 16
Octal 125 75 33 0 34 104 103 43 64 26
Binary 1010101 111101 11011 0 11100 1000100 1000011 100011 110100 10110

Color Harmonies of #553D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D1B

Black with #553D1B

Text Example


Text Example

White with #553D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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