Html Css Color HEX #602F32 Jazz

📋 copy color: '#602F32'

red 96 ◦ green 47 ◦ blue 50

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

Shades of Jazz #602F32

Tints of Jazz #602F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

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

R = 49.74%
G = 24.35%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602F32 (or 0x602F32) is known color: Jazz. HEX triplet: 60, 2F and 32. RGB value is (96,47,50). Sum of RGB (Red+Green+Blue) = 96+47+50=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #602F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F32 is #9FD0CD. Grayscale: #3E3E3E. Windows color (decimal): -10473678 or 3288928. OLE color: 3288928.

HSL color Cylindrical-coordinate representation of color #602F32: hue angle of 356.33º 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 #602F32 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 50 -
CMYK 0 0.51 0.48 0.62
HSL 356.33º 0.34% 0.28% -
HSV(B) 356.33º 0.51% 0.38% -
XYZ 6.42 4.75 3.6 -
YUV 61.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 96 47 50 0 0.51 0.48 0.62 356.33 0.34 0.28
Hex 60 2F 32 0 33 30 3E 164 22 1C
Octal 140 57 62 0 63 60 76 544 42 34
Binary 1100000 101111 110010 0 110011 110000 111110 101100100 100010 11100

Color Harmonies of #602F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F32

Black with #602F32

Text Example


Text Example

White with #602F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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