Html Css Color HEX #603931 Redwood

📋 copy color: '#603931'

red 96 ◦ green 57 ◦ blue 49

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

Shades of Redwood #603931

Tints of Redwood #603931

RGB

 RED value IS 96 (37.89% from 255) = 47.52%

 GREEN value IS 57 (22.66% from 255) = 28.22%

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 47.52%
G = 28.22%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#603931 (or 0x603931) is known color: Redwood. HEX triplet: 60, 39 and 31. RGB value is (96,57,49). Sum of RGB (Red+Green+Blue) = 96+57+49=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603931 is #9FC6CE. Grayscale: #434343. Windows color (decimal): -10471119 or 3225952. OLE color: 3225952.

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

Color convert

RGB 96 57 49 -
CMYK 0 0.41 0.49 0.62
HSL 10.21º 0.32% 0.28% -
HSV(B) 10.21º 0.49% 0.38% -
XYZ 6.84 5.63 3.63 -
YUV 67.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 96 57 49 0 0.41 0.49 0.62 10.21 0.32 0.28
Hex 60 39 31 0 29 31 3E A 20 1C
Octal 140 71 61 0 51 61 76 12 40 34
Binary 1100000 111001 110001 0 101001 110001 111110 1010 100000 11100

Color Harmonies of #603931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603931

Black with #603931

Text Example


Text Example

White with #603931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603931; }

 p { color: rgb(96,57,49); }

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

background-color css

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

 a { background-color: rgb(96,57,49); }

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

border-color css

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

 span { border-color: rgb(96,57,49); }

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