Html Css Color HEX #553C1F Bracken

📋 copy color: '#553C1F'

red 85 ◦ green 60 ◦ blue 31

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

Shades of Bracken #553C1F

Tints of Bracken #553C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 48.3%
G = 34.09%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#553C1F (or 0x553C1F) is known color: Bracken. HEX triplet: 55, 3C and 1F. RGB value is (85,60,31). Sum of RGB (Red+Green+Blue) = 85+60+31=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C1F is #AAC3E0. Grayscale: #404040. Windows color (decimal): -11191265 or 2047061. OLE color: 2047061.

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

Color convert

RGB 85 60 31 -
CMYK 0 0.29 0.64 0.67
HSL 32.22º 0.47% 0.23% -
HSV(B) 32.22º 0.64% 0.33% -
XYZ 5.61 5.26 2.02 -
YUV 64.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 85 60 31 0 0.29 0.64 0.67 32.22 0.47 0.23
Hex 55 3C 1F 0 1D 40 43 20 2F 17
Octal 125 74 37 0 35 100 103 40 57 27
Binary 1010101 111100 11111 0 11101 1000000 1000011 100000 101111 10111

Color Harmonies of #553C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C1F

Black with #553C1F

Text Example


Text Example

White with #553C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,31); }

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

background-color css

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

 a { background-color: rgb(85,60,31); }

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

border-color css

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

 span { border-color: rgb(85,60,31); }

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