Html Css Color HEX #553A1A Brown Bramble

📋 copy color: '#553A1A'

red 85 ◦ green 58 ◦ blue 26

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

Shades of Brown Bramble #553A1A

Tints of Brown Bramble #553A1A

RGB

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

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

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

R = 50.3%
G = 34.32%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#553A1A (or 0x553A1A) is known color: Brown Bramble. HEX triplet: 55, 3A and 1A. RGB value is (85,58,26). Sum of RGB (Red+Green+Blue) = 85+58+26=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A1A is #AAC5E5. Grayscale: #3E3E3E. Windows color (decimal): -11191782 or 1718869. OLE color: 1718869.

HSL color Cylindrical-coordinate representation of color #553A1A: hue angle of 32.54º 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 #553A1A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 26 -
CMYK 0 0.32 0.69 0.67
HSL 32.54º 0.53% 0.22% -
HSV(B) 32.54º 0.69% 0.33% -
XYZ 5.45 5.03 1.66 -
YUV 62.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 85 58 26 0 0.32 0.69 0.67 32.54 0.53 0.22
Hex 55 3A 1A 0 20 45 43 21 35 16
Octal 125 72 32 0 40 105 103 41 65 26
Binary 1010101 111010 11010 0 100000 1000101 1000011 100001 110101 10110

Color Harmonies of #553A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A1A

Black with #553A1A

Text Example


Text Example

White with #553A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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