Html Css Color HEX #603933 Redwood

📋 copy color: '#603933'

red 96 ◦ green 57 ◦ blue 51

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

Shades of Redwood #603933

Tints of Redwood #603933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25%

R = 47.06%
G = 27.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#603933 (or 0x603933) is known color: Redwood. HEX triplet: 60, 39 and 33. RGB value is (96,57,51). Sum of RGB (Red+Green+Blue) = 96+57+51=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603933 is #9FC6CC. Grayscale: #444444. Windows color (decimal): -10471117 or 3357024. OLE color: 3357024.

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

Color convert

RGB 96 57 51 -
CMYK 0 0.41 0.47 0.62
HSL 0.31% 0.29% -
HSV(B) 0.47% 0.38% -
XYZ 6.88 5.65 3.86 -
YUV 67.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 96 57 51 0 0.41 0.47 0.62 8 0.31 0.29
Hex 60 39 33 0 29 2F 3E 8 1F 1D
Octal 140 71 63 0 51 57 76 10 37 35
Binary 1100000 111001 110011 0 101001 101111 111110 1000 11111 11101

Color Harmonies of #603933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603933

Black with #603933

Text Example


Text Example

White with #603933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603933; }

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

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

background-color css

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

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

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

border-color css

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

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

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