Html Css Color HEX #C3580B Tenne (Tawny)

📋 copy color: '#C3580B'

red 195 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #C3580B

Tints of Tenne (Tawny) #C3580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

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

R = 66.33%
G = 29.93%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3580B (or 0xC3580B) is known color: Tenne (Tawny). HEX triplet: C3, 58 and 0B. RGB value is (195,88,11). Sum of RGB (Red+Green+Blue) = 195+88+11=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3580B is #3CA7F4. Grayscale: #6F6F6F. Windows color (decimal): -3975157 or 743619. OLE color: 743619.

HSL color Cylindrical-coordinate representation of color #C3580B: hue angle of 25.11º 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 #C3580B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 11 -
CMYK 0 0.55 0.94 0.24
HSL 25.11º 0.89% 0.4% -
HSV(B) 25.11º 0.94% 0.76% -
XYZ 26.06 18.61 2.53 -
YUV 111.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 195 88 11 0 0.55 0.94 0.24 25.11 0.89 0.4
Hex C3 58 B 0 37 5E 18 19 59 28
Octal 303 130 13 0 67 136 30 31 131 50
Binary 11000011 1011000 1011 0 110111 1011110 11000 11001 1011001 101000

Color Harmonies of #C3580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3580B

Black with #C3580B

Text Example


Text Example

White with #C3580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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