Html Css Color HEX #553C1C Brown Bramble

📋 copy color: '#553C1C'

red 85 ◦ green 60 ◦ blue 28

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

Shades of Brown Bramble #553C1C

Tints of Brown Bramble #553C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 49.13%
G = 34.68%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#553C1C (or 0x553C1C) is known color: Brown Bramble. HEX triplet: 55, 3C and 1C. RGB value is (85,60,28). Sum of RGB (Red+Green+Blue) = 85+60+28=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C1C is #AAC3E3. Grayscale: #3F3F3F. Windows color (decimal): -11191268 or 1850453. OLE color: 1850453.

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

Color convert

RGB 85 60 28 -
CMYK 0 0.29 0.67 0.67
HSL 33.68º 0.5% 0.22% -
HSV(B) 33.68º 0.67% 0.33% -
XYZ 5.57 5.25 1.82 -
YUV 63.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 85 60 28 0 0.29 0.67 0.67 33.68 0.5 0.22
Hex 55 3C 1C 0 1D 43 43 22 32 16
Octal 125 74 34 0 35 103 103 42 62 26
Binary 1010101 111100 11100 0 11101 1000011 1000011 100010 110010 10110

Color Harmonies of #553C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C1C

Black with #553C1C

Text Example


Text Example

White with #553C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,28); }

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

background-color css

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

 a { background-color: rgb(85,60,28); }

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

border-color css

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

 span { border-color: rgb(85,60,28); }

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