Html Css Color HEX #55321D Brown Bramble

📋 copy color: '#55321D'

red 85 ◦ green 50 ◦ blue 29

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

Shades of Brown Bramble #55321D

Tints of Brown Bramble #55321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 51.83%
G = 30.49%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55321D (or 0x55321D) is known color: Brown Bramble. HEX triplet: 55, 32 and 1D. RGB value is (85,50,29). Sum of RGB (Red+Green+Blue) = 85+50+29=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321D is #AACDE2. Grayscale: #3A3A3A. Windows color (decimal): -11193827 or 1913429. OLE color: 1913429.

HSL color Cylindrical-coordinate representation of color #55321D: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55321D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 29 -
CMYK 0 0.41 0.66 0.67
HSL 22.5º 0.49% 0.22% -
HSV(B) 22.5º 0.66% 0.33% -
XYZ 5.11 4.3 1.72 -
YUV 58.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 85 50 29 0 0.41 0.66 0.67 22.5 0.49 0.22
Hex 55 32 1D 0 29 42 43 16 31 16
Octal 125 62 35 0 51 102 103 26 61 26
Binary 1010101 110010 11101 0 101001 1000010 1000011 10110 110001 10110

Color Harmonies of #55321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55321D

Black with #55321D

Text Example


Text Example

White with #55321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55321D; }

 p { color: rgb(85,50,29); }

 H1.HeaderClassName
 {
   color: #55321D;
 }
 .AnyTagClassName
 {
   color: #55321D;
 }
</style>

background-color css

<style>
 a { background-color: #55321D; }

 a { background-color: rgb(85,50,29); }

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

border-color css

<style>
 span { border-color: #55321D; }

 span { border-color: rgb(85,50,29); }

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