Html Css Color HEX #553422 Brown Bramble

📋 copy color: '#553422'

red 85 ◦ green 52 ◦ blue 34

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

Shades of Brown Bramble #553422

Tints of Brown Bramble #553422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 49.71%
G = 30.41%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#553422 (or 0x553422) is known color: Brown Bramble. HEX triplet: 55, 34 and 22. RGB value is (85,52,34). Sum of RGB (Red+Green+Blue) = 85+52+34=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553422 is #AACBDD. Grayscale: #3B3B3B. Windows color (decimal): -11193310 or 2241621. OLE color: 2241621.

HSL color Cylindrical-coordinate representation of color #553422: hue angle of 21.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553422 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 34 -
CMYK 0 0.39 0.60 0.67
HSL 21.18º 0.43% 0.23% -
HSV(B) 21.18º 0.6% 0.33% -
XYZ 5.26 4.5 2.11 -
YUV 59.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 85 52 34 0 0.39 0.60 0.67 21.18 0.43 0.23
Hex 55 34 22 0 27 3C 43 15 2B 17
Octal 125 64 42 0 47 74 103 25 53 27
Binary 1010101 110100 100010 0 100111 111100 1000011 10101 101011 10111

Color Harmonies of #553422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553422

Black with #553422

Text Example


Text Example

White with #553422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553422; }

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

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

background-color css

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

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

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

border-color css

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

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

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