Html Css Color HEX #553A1E Brown Bramble

📋 copy color: '#553A1E'

red 85 ◦ green 58 ◦ blue 30

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

Shades of Brown Bramble #553A1E

Tints of Brown Bramble #553A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 49.13%
G = 33.53%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#553A1E (or 0x553A1E) is known color: Brown Bramble. HEX triplet: 55, 3A and 1E. RGB value is (85,58,30). Sum of RGB (Red+Green+Blue) = 85+58+30=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A1E is #AAC5E1. Grayscale: #3F3F3F. Windows color (decimal): -11191778 or 1981013. OLE color: 1981013.

HSL color Cylindrical-coordinate representation of color #553A1E: hue angle of 30.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553A1E is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 30 -
CMYK 0 0.32 0.65 0.67
HSL 30.55º 0.48% 0.23% -
HSV(B) 30.55º 0.65% 0.33% -
XYZ 5.49 5.05 1.91 -
YUV 62.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 85 58 30 0 0.32 0.65 0.67 30.55 0.48 0.23
Hex 55 3A 1E 0 20 41 43 1F 30 17
Octal 125 72 36 0 40 101 103 37 60 27
Binary 1010101 111010 11110 0 100000 1000001 1000011 11111 110000 10111

Color Harmonies of #553A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A1E

Black with #553A1E

Text Example


Text Example

White with #553A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,58,30); }

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

background-color css

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

 a { background-color: rgb(85,58,30); }

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

border-color css

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

 span { border-color: rgb(85,58,30); }

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