Html Css Color HEX #553E30 Very Dark Brown

📋 copy color: '#553E30'

red 85 ◦ green 62 ◦ blue 48

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

Shades of Very Dark Brown #553E30

Tints of Very Dark Brown #553E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.79%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 43.59%
G = 31.79%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#553E30 (or 0x553E30) is known color: Very Dark Brown. HEX triplet: 55, 3E and 30. RGB value is (85,62,48). Sum of RGB (Red+Green+Blue) = 85+62+48=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E30 is #AAC1CF. Grayscale: #434343. Windows color (decimal): -11190736 or 3161685. OLE color: 3161685.

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

Color convert

RGB 85 62 48 -
CMYK 0 0.27 0.44 0.67
HSL 22.7º 0.28% 0.26% -
HSV(B) 22.7º 0.44% 0.33% -
XYZ 6 5.59 3.56 -
YUV 67.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 85 62 48 0 0.27 0.44 0.67 22.7 0.28 0.26
Hex 55 3E 30 0 1B 2C 43 17 1C 1A
Octal 125 76 60 0 33 54 103 27 34 32
Binary 1010101 111110 110000 0 11011 101100 1000011 10111 11100 11010

Color Harmonies of #553E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E30

Black with #553E30

Text Example


Text Example

White with #553E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,62,48); }

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

background-color css

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

 a { background-color: rgb(85,62,48); }

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

border-color css

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

 span { border-color: rgb(85,62,48); }

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