Html Css Color HEX #603833 Redwood

📋 copy color: '#603833'

red 96 ◦ green 56 ◦ blue 51

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

Shades of Redwood #603833

Tints of Redwood #603833

RGB

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

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

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

R = 47.29%
G = 27.59%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#603833 (or 0x603833) is known color: Redwood. HEX triplet: 60, 38 and 33. RGB value is (96,56,51). Sum of RGB (Red+Green+Blue) = 96+56+51=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603833 is #9FC7CC. Grayscale: #434343. Windows color (decimal): -10471373 or 3356768. OLE color: 3356768.

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

Color convert

RGB 96 56 51 -
CMYK 0 0.42 0.47 0.62
HSL 6.67º 0.31% 0.29% -
HSV(B) 6.67º 0.47% 0.38% -
XYZ 6.84 5.55 3.84 -
YUV 67.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 96 56 51 0 0.42 0.47 0.62 6.67 0.31 0.29
Hex 60 38 33 0 2A 2F 3E 7 1F 1D
Octal 140 70 63 0 52 57 76 7 37 35
Binary 1100000 111000 110011 0 101010 101111 111110 111 11111 11101

Color Harmonies of #603833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603833

Black with #603833

Text Example


Text Example

White with #603833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603833; }

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

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

background-color css

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

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

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

border-color css

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

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

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