Html Css Color HEX #553B1A Brown Bramble

📋 copy color: '#553B1A'

red 85 ◦ green 59 ◦ blue 26

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

Shades of Brown Bramble #553B1A

Tints of Brown Bramble #553B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.71%

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 50%
G = 34.71%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#553B1A (or 0x553B1A) is known color: Brown Bramble. HEX triplet: 55, 3B and 1A. RGB value is (85,59,26). Sum of RGB (Red+Green+Blue) = 85+59+26=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1A is #AAC4E5. Grayscale: #3F3F3F. Windows color (decimal): -11191526 or 1719125. OLE color: 1719125.

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

Color convert

RGB 85 59 26 -
CMYK 0 0.31 0.69 0.67
HSL 33.56º 0.53% 0.22% -
HSV(B) 33.56º 0.69% 0.33% -
XYZ 5.5 5.13 1.68 -
YUV 63.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 85 59 26 0 0.31 0.69 0.67 33.56 0.53 0.22
Hex 55 3B 1A 0 1F 45 43 22 35 16
Octal 125 73 32 0 37 105 103 42 65 26
Binary 1010101 111011 11010 0 11111 1000101 1000011 100010 110101 10110

Color Harmonies of #553B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B1A

Black with #553B1A

Text Example


Text Example

White with #553B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,26); }

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

background-color css

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

 a { background-color: rgb(85,59,26); }

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

border-color css

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

 span { border-color: rgb(85,59,26); }

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