Html Css Color HEX #C3550B Tenne (Tawny)

📋 copy color: '#C3550B'

red 195 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #C3550B

Tints of Tenne (Tawny) #C3550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 67.01%
G = 29.21%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3550B (or 0xC3550B) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 0B. RGB value is (195,85,11). Sum of RGB (Red+Green+Blue) = 195+85+11=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3550B is #3CAAF4. Grayscale: #6D6D6D. Windows color (decimal): -3975925 or 742851. OLE color: 742851.

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

Color convert

RGB 195 85 11 -
CMYK 0 0.56 0.94 0.24
HSL 24.13º 0.89% 0.4% -
HSV(B) 24.13º 0.94% 0.76% -
XYZ 25.81 18.12 2.45 -
YUV 109.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 195 85 11 0 0.56 0.94 0.24 24.13 0.89 0.4
Hex C3 55 B 0 38 5E 18 18 59 28
Octal 303 125 13 0 70 136 30 30 131 50
Binary 11000011 1010101 1011 0 111000 1011110 11000 11000 1011001 101000

Color Harmonies of #C3550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3550B

Black with #C3550B

Text Example


Text Example

White with #C3550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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