Html Css Color HEX #613530 Redwood

📋 copy color: '#613530'

red 97 ◦ green 53 ◦ blue 48

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

Shades of Redwood #613530

Tints of Redwood #613530

RGB

 RED value IS 97 (38.28% from 255) = 48.99%

 GREEN value IS 53 (21.09% from 255) = 26.77%

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

R = 48.99%
G = 26.77%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#613530 (or 0x613530) is known color: Redwood. HEX triplet: 61, 35 and 30. RGB value is (97,53,48). Sum of RGB (Red+Green+Blue) = 97+53+48=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #613530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613530 is #9ECACF. Grayscale: #414141. Windows color (decimal): -10406608 or 3159393. OLE color: 3159393.

HSL color Cylindrical-coordinate representation of color #613530: hue angle of 6.12º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613530 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 48 -
CMYK 0 0.45 0.51 0.62
HSL 6.12º 0.34% 0.28% -
HSV(B) 6.12º 0.51% 0.38% -
XYZ 6.74 5.3 3.46 -
YUV 65.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 97 53 48 0 0.45 0.51 0.62 6.12 0.34 0.28
Hex 61 35 30 0 2D 33 3E 6 22 1C
Octal 141 65 60 0 55 63 76 6 42 34
Binary 1100001 110101 110000 0 101101 110011 111110 110 100010 11100

Color Harmonies of #613530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613530

Black with #613530

Text Example


Text Example

White with #613530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613530; }

 p { color: rgb(97,53,48); }

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

background-color css

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

 a { background-color: rgb(97,53,48); }

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

border-color css

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

 span { border-color: rgb(97,53,48); }

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