Html Css Color HEX #55331A Brown Bramble

📋 copy color: '#55331A'

red 85 ◦ green 51 ◦ blue 26

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

Shades of Brown Bramble #55331A

Tints of Brown Bramble #55331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

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

R = 52.47%
G = 31.48%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55331A (or 0x55331A) is known color: Brown Bramble. HEX triplet: 55, 33 and 1A. RGB value is (85,51,26). Sum of RGB (Red+Green+Blue) = 85+51+26=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331A is #AACCE5. Grayscale: #3A3A3A. Windows color (decimal): -11193574 or 1717077. OLE color: 1717077.

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

Color convert

RGB 85 51 26 -
CMYK 0 0.40 0.69 0.67
HSL 25.42º 0.53% 0.22% -
HSV(B) 25.42º 0.69% 0.33% -
XYZ 5.12 4.37 1.55 -
YUV 58.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 85 51 26 0 0.40 0.69 0.67 25.42 0.53 0.22
Hex 55 33 1A 0 28 45 43 19 35 16
Octal 125 63 32 0 50 105 103 31 65 26
Binary 1010101 110011 11010 0 101000 1000101 1000011 11001 110101 10110

Color Harmonies of #55331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55331A

Black with #55331A

Text Example


Text Example

White with #55331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55331A; }

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

 H1.HeaderClassName
 {
   color: #55331A;
 }
 .AnyTagClassName
 {
   color: #55331A;
 }
</style>

background-color css

<style>
 a { background-color: #55331A; }

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

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

border-color css

<style>
 span { border-color: #55331A; }

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

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