Html Css Color HEX #60372F Redwood

📋 copy color: '#60372F'

red 96 ◦ green 55 ◦ blue 47

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

Shades of Redwood #60372F

Tints of Redwood #60372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 48.48%
G = 27.78%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60372F (or 0x60372F) is known color: Redwood. HEX triplet: 60, 37 and 2F. RGB value is (96,55,47). Sum of RGB (Red+Green+Blue) = 96+55+47=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60372F is #9FC8D0. Grayscale: #424242. Windows color (decimal): -10471633 or 3094368. OLE color: 3094368.

HSL color Cylindrical-coordinate representation of color #60372F: hue angle of 9.8º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60372F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 47 -
CMYK 0 0.43 0.51 0.62
HSL 9.8º 0.34% 0.28% -
HSV(B) 9.8º 0.51% 0.38% -
XYZ 6.7 5.42 3.38 -
YUV 66.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 96 55 47 0 0.43 0.51 0.62 9.8 0.34 0.28
Hex 60 37 2F 0 2B 33 3E A 22 1C
Octal 140 67 57 0 53 63 76 12 42 34
Binary 1100000 110111 101111 0 101011 110011 111110 1010 100010 11100

Color Harmonies of #60372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60372F

Black with #60372F

Text Example


Text Example

White with #60372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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