Html Css Color HEX #603732 Redwood

📋 copy color: '#603732'

red 96 ◦ green 55 ◦ blue 50

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

Shades of Redwood #603732

Tints of Redwood #603732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 47.76%
G = 27.36%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#603732 (or 0x603732) is known color: Redwood. HEX triplet: 60, 37 and 32. RGB value is (96,55,50). Sum of RGB (Red+Green+Blue) = 96+55+50=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603732 is #9FC8CD. Grayscale: #424242. Windows color (decimal): -10471630 or 3290976. OLE color: 3290976.

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

Color convert

RGB 96 55 50 -
CMYK 0 0.43 0.48 0.62
HSL 6.52º 0.32% 0.29% -
HSV(B) 6.52º 0.48% 0.38% -
XYZ 6.77 5.45 3.71 -
YUV 66.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 96 55 50 0 0.43 0.48 0.62 6.52 0.32 0.29
Hex 60 37 32 0 2B 30 3E 7 20 1D
Octal 140 67 62 0 53 60 76 7 40 35
Binary 1100000 110111 110010 0 101011 110000 111110 111 100000 11101

Color Harmonies of #603732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603732

Black with #603732

Text Example


Text Example

White with #603732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603732; }

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

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

background-color css

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

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

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

border-color css

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

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

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