Html Css Color HEX #553D28 Bracken

📋 copy color: '#553D28'

red 85 ◦ green 61 ◦ blue 40

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

Shades of Bracken #553D28

Tints of Bracken #553D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 45.7%
G = 32.8%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#553D28 (or 0x553D28) is known color: Bracken. HEX triplet: 55, 3D and 28. RGB value is (85,61,40). Sum of RGB (Red+Green+Blue) = 85+61+40=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D28 is #AAC2D7. Grayscale: #414141. Windows color (decimal): -11191000 or 2637141. OLE color: 2637141.

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

Color convert

RGB 85 61 40 -
CMYK 0 0.28 0.53 0.67
HSL 28º 0.36% 0.25% -
HSV(B) 28º 0.53% 0.33% -
XYZ 5.8 5.42 2.75 -
YUV 65.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 85 61 40 0 0.28 0.53 0.67 28 0.36 0.25
Hex 55 3D 28 0 1C 35 43 1C 24 19
Octal 125 75 50 0 34 65 103 34 44 31
Binary 1010101 111101 101000 0 11100 110101 1000011 11100 100100 11001

Color Harmonies of #553D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D28

Black with #553D28

Text Example


Text Example

White with #553D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,40); }

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

background-color css

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

 a { background-color: rgb(85,61,40); }

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

border-color css

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

 span { border-color: rgb(85,61,40); }

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