Html Css Color HEX #603733 Redwood

📋 copy color: '#603733'

red 96 ◦ green 55 ◦ blue 51

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

Shades of Redwood #603733

Tints of Redwood #603733

RGB

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

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

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

R = 47.52%
G = 27.23%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#603733 (or 0x603733) is known color: Redwood. HEX triplet: 60, 37 and 33. RGB value is (96,55,51). Sum of RGB (Red+Green+Blue) = 96+55+51=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603733 is #9FC8CC. Grayscale: #424242. Windows color (decimal): -10471629 or 3356512. OLE color: 3356512.

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

Color convert

RGB 96 55 51 -
CMYK 0 0.43 0.47 0.62
HSL 5.33º 0.31% 0.29% -
HSV(B) 5.33º 0.47% 0.38% -
XYZ 6.79 5.46 3.83 -
YUV 66.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 96 55 51 0 0.43 0.47 0.62 5.33 0.31 0.29
Hex 60 37 33 0 2B 2F 3E 5 1F 1D
Octal 140 67 63 0 53 57 76 5 37 35
Binary 1100000 110111 110011 0 101011 101111 111110 101 11111 11101

Color Harmonies of #603733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603733

Black with #603733

Text Example


Text Example

White with #603733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603733; }

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

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

background-color css

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

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

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

border-color css

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

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

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