Html Css Color HEX #553423 Brown Bramble

📋 copy color: '#553423'

red 85 ◦ green 52 ◦ blue 35

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

Shades of Brown Bramble #553423

Tints of Brown Bramble #553423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 49.42%
G = 30.23%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#553423 (or 0x553423) is known color: Brown Bramble. HEX triplet: 55, 34 and 23. RGB value is (85,52,35). Sum of RGB (Red+Green+Blue) = 85+52+35=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553423 is #AACBDC. Grayscale: #3C3C3C. Windows color (decimal): -11193309 or 2307157. OLE color: 2307157.

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

Color convert

RGB 85 52 35 -
CMYK 0 0.39 0.59 0.67
HSL 20.4º 0.42% 0.24% -
HSV(B) 20.4º 0.59% 0.33% -
XYZ 5.28 4.51 2.18 -
YUV 59.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 85 52 35 0 0.39 0.59 0.67 20.4 0.42 0.24
Hex 55 34 23 0 27 3B 43 14 2A 18
Octal 125 64 43 0 47 73 103 24 52 30
Binary 1010101 110100 100011 0 100111 111011 1000011 10100 101010 11000

Color Harmonies of #553423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553423

Black with #553423

Text Example


Text Example

White with #553423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553423; }

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

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

background-color css

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

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

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

border-color css

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

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

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