Html Css Color HEX #60302B Redwood

📋 copy color: '#60302B'

red 96 ◦ green 48 ◦ blue 43

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

Shades of Redwood #60302B

Tints of Redwood #60302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 51.34%
G = 25.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60302B (or 0x60302B) is known color: Redwood. HEX triplet: 60, 30 and 2B. RGB value is (96,48,43). Sum of RGB (Red+Green+Blue) = 96+48+43=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60302B is #9FCFD4. Grayscale: #3D3D3D. Windows color (decimal): -10473429 or 2830432. OLE color: 2830432.

HSL color Cylindrical-coordinate representation of color #60302B: hue angle of 5.66º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60302B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 43 -
CMYK 0 0.50 0.55 0.62
HSL 5.66º 0.38% 0.27% -
HSV(B) 5.66º 0.55% 0.38% -
XYZ 6.32 4.78 2.87 -
YUV 61.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 96 48 43 0 0.50 0.55 0.62 5.66 0.38 0.27
Hex 60 30 2B 0 32 37 3E 6 26 1B
Octal 140 60 53 0 62 67 76 6 46 33
Binary 1100000 110000 101011 0 110010 110111 111110 110 100110 11011

Color Harmonies of #60302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60302B

Black with #60302B

Text Example


Text Example

White with #60302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60302B; }

 p { color: rgb(96,48,43); }

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

background-color css

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

 a { background-color: rgb(96,48,43); }

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

border-color css

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

 span { border-color: rgb(96,48,43); }

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