Html Css Color HEX #53372F Redwood

📋 copy color: '#53372F'

red 83 ◦ green 55 ◦ blue 47

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

Shades of Redwood #53372F

Tints of Redwood #53372F

RGB

 RED value IS 83 (32.81% from 255) = 44.86%

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 44.86%
G = 29.73%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53372F (or 0x53372F) is known color: Redwood. HEX triplet: 53, 37 and 2F. RGB value is (83,55,47). Sum of RGB (Red+Green+Blue) = 83+55+47=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53372F is #ACC8D0. Grayscale: #3E3E3E. Windows color (decimal): -11323601 or 3094355. OLE color: 3094355.

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

Color convert

RGB 83 55 47 -
CMYK 0 0.34 0.43 0.67
HSL 13.33º 0.28% 0.25% -
HSV(B) 13.33º 0.43% 0.33% -
XYZ 5.45 4.78 3.32 -
YUV 62.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 83 55 47 0 0.34 0.43 0.67 13.33 0.28 0.25
Hex 53 37 2F 0 22 2B 43 D 1C 19
Octal 123 67 57 0 42 53 103 15 34 31
Binary 1010011 110111 101111 0 100010 101011 1000011 1101 11100 11001

Color Harmonies of #53372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53372F

Black with #53372F

Text Example


Text Example

White with #53372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53372F; }

 p { color: rgb(83,55,47); }

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

background-color css

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

 a { background-color: rgb(83,55,47); }

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

border-color css

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

 span { border-color: rgb(83,55,47); }

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