Html Css Color HEX #553F2D Bracken

📋 copy color: '#553F2D'

red 85 ◦ green 63 ◦ blue 45

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

Shades of Bracken #553F2D

Tints of Bracken #553F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 44.04%
G = 32.64%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#553F2D (or 0x553F2D) is known color: Bracken. HEX triplet: 55, 3F and 2D. RGB value is (85,63,45). Sum of RGB (Red+Green+Blue) = 85+63+45=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2D is #AAC0D2. Grayscale: #434343. Windows color (decimal): -11190483 or 2965333. OLE color: 2965333.

HSL color Cylindrical-coordinate representation of color #553F2D: hue angle of 27º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553F2D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 45 -
CMYK 0 0.26 0.47 0.67
HSL 27º 0.31% 0.25% -
HSV(B) 27º 0.47% 0.33% -
XYZ 6 5.68 3.26 -
YUV 67.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 85 63 45 0 0.26 0.47 0.67 27 0.31 0.25
Hex 55 3F 2D 0 1A 2F 43 1B 1F 19
Octal 125 77 55 0 32 57 103 33 37 31
Binary 1010101 111111 101101 0 11010 101111 1000011 11011 11111 11001

Color Harmonies of #553F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F2D

Black with #553F2D

Text Example


Text Example

White with #553F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F2D; }

 p { color: rgb(85,63,45); }

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

background-color css

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

 a { background-color: rgb(85,63,45); }

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

border-color css

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

 span { border-color: rgb(85,63,45); }

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