Html Css Color HEX #553418 Brown Bramble

📋 copy color: '#553418'

red 85 ◦ green 52 ◦ blue 24

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

Shades of Brown Bramble #553418

Tints of Brown Bramble #553418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 52.8%
G = 32.3%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#553418 (or 0x553418) is known color: Brown Bramble. HEX triplet: 55, 34 and 18. RGB value is (85,52,24). Sum of RGB (Red+Green+Blue) = 85+52+24=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553418 is #AACBE7. Grayscale: #3A3A3A. Windows color (decimal): -11193320 or 1586261. OLE color: 1586261.

HSL color Cylindrical-coordinate representation of color #553418: hue angle of 27.54º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553418 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 24 -
CMYK 0 0.39 0.72 0.67
HSL 27.54º 0.56% 0.21% -
HSV(B) 27.54º 0.72% 0.33% -
XYZ 5.14 4.45 1.45 -
YUV 58.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 85 52 24 0 0.39 0.72 0.67 27.54 0.56 0.21
Hex 55 34 18 0 27 48 43 1C 38 15
Octal 125 64 30 0 47 110 103 34 70 25
Binary 1010101 110100 11000 0 100111 1001000 1000011 11100 111000 10101

Color Harmonies of #553418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553418

Black with #553418

Text Example


Text Example

White with #553418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553418; }

 p { color: rgb(85,52,24); }

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

background-color css

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

 a { background-color: rgb(85,52,24); }

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

border-color css

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

 span { border-color: rgb(85,52,24); }

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