Html Css Color HEX #603831 Redwood

📋 copy color: '#603831'

red 96 ◦ green 56 ◦ blue 49

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

Shades of Redwood #603831

Tints of Redwood #603831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 47.76%
G = 27.86%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#603831 (or 0x603831) is known color: Redwood. HEX triplet: 60, 38 and 31. RGB value is (96,56,49). Sum of RGB (Red+Green+Blue) = 96+56+49=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603831 is #9FC7CE. Grayscale: #434343. Windows color (decimal): -10471375 or 3225696. OLE color: 3225696.

HSL color Cylindrical-coordinate representation of color #603831: hue angle of 8.94º 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 #603831 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 49 -
CMYK 0 0.42 0.49 0.62
HSL 8.94º 0.32% 0.28% -
HSV(B) 8.94º 0.49% 0.38% -
XYZ 6.79 5.54 3.62 -
YUV 67.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 96 56 49 0 0.42 0.49 0.62 8.94 0.32 0.28
Hex 60 38 31 0 2A 31 3E 9 20 1C
Octal 140 70 61 0 52 61 76 11 40 34
Binary 1100000 111000 110001 0 101010 110001 111110 1001 100000 11100

Color Harmonies of #603831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603831

Black with #603831

Text Example


Text Example

White with #603831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603831; }

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

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

background-color css

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

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

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

border-color css

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

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

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