Html Css Color HEX #C3620B Tenne (Tawny)

📋 copy color: '#C3620B'

red 195 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #C3620B

Tints of Tenne (Tawny) #C3620B

RGB

 RED value IS 195 (76.56% from 255) = 64.14%

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 64.14%
G = 32.24%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3620B (or 0xC3620B) is known color: Tenne (Tawny). HEX triplet: C3, 62 and 0B. RGB value is (195,98,11). Sum of RGB (Red+Green+Blue) = 195+98+11=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3620B is #3C9DF4. Grayscale: #757575. Windows color (decimal): -3972597 or 746179. OLE color: 746179.

HSL color Cylindrical-coordinate representation of color #C3620B: hue angle of 28.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3620B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 11 -
CMYK 0 0.50 0.94 0.24
HSL 28.37º 0.89% 0.4% -
HSV(B) 28.37º 0.94% 0.76% -
XYZ 26.93 20.36 2.83 -
YUV 117.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 195 98 11 0 0.50 0.94 0.24 28.37 0.89 0.4
Hex C3 62 B 0 32 5E 18 1C 59 28
Octal 303 142 13 0 62 136 30 34 131 50
Binary 11000011 1100010 1011 0 110010 1011110 11000 11100 1011001 101000

Color Harmonies of #C3620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3620B

Black with #C3620B

Text Example


Text Example

White with #C3620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3620B; }

 p { color: rgb(195,98,11); }

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

background-color css

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

 a { background-color: rgb(195,98,11); }

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

border-color css

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

 span { border-color: rgb(195,98,11); }

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