Html Css Color HEX #55381D Brown Bramble

📋 copy color: '#55381D'

red 85 ◦ green 56 ◦ blue 29

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

Shades of Brown Bramble #55381D

Tints of Brown Bramble #55381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 50%
G = 32.94%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55381D (or 0x55381D) is known color: Brown Bramble. HEX triplet: 55, 38 and 1D. RGB value is (85,56,29). Sum of RGB (Red+Green+Blue) = 85+56+29=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55381D is #AAC7E2. Grayscale: #3D3D3D. Windows color (decimal): -11192291 or 1914965. OLE color: 1914965.

HSL color Cylindrical-coordinate representation of color #55381D: hue angle of 28.93º 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 #55381D is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 29 -
CMYK 0 0.34 0.66 0.67
HSL 28.93º 0.49% 0.22% -
HSV(B) 28.93º 0.66% 0.33% -
XYZ 5.38 4.85 1.81 -
YUV 61.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 85 56 29 0 0.34 0.66 0.67 28.93 0.49 0.22
Hex 55 38 1D 0 22 42 43 1D 31 16
Octal 125 70 35 0 42 102 103 35 61 26
Binary 1010101 111000 11101 0 100010 1000010 1000011 11101 110001 10110

Color Harmonies of #55381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55381D

Black with #55381D

Text Example


Text Example

White with #55381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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