Html Css Color HEX #C34900 Tenne (Tawny)

📋 copy color: '#C34900'

red 195 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C34900

Tints of Tenne (Tawny) #C34900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.76%
G = 27.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34900 (or 0xC34900) is known color: Tenne (Tawny). HEX triplet: C3, 49 and 00. RGB value is (195,73,0). Sum of RGB (Red+Green+Blue) = 195+73+0=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34900 is #3CB6FF. Grayscale: #656565. Windows color (decimal): -3979008 or 18883. OLE color: 18883.

HSL color Cylindrical-coordinate representation of color #C34900: hue angle of 22.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C34900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 0 -
CMYK 0 0.63 1 0.24
HSL 22.46º 1% 0.38% -
HSV(B) 22.46º 1% 0.76% -
XYZ 24.89 16.37 1.85 -
YUV 101.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 195 73 0 0 0.63 1 0.24 22.46 1 0.38
Hex C3 49 0 0 3F 64 18 16 64 26
Octal 303 111 0 0 77 144 30 26 144 46
Binary 11000011 1001001 0 0 111111 1100100 11000 10110 1100100 100110

Color Harmonies of #C34900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34900

Black with #C34900

Text Example


Text Example

White with #C34900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34900; }

 p { color: rgb(195,73,0); }

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

background-color css

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

 a { background-color: rgb(195,73,0); }

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

border-color css

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

 span { border-color: rgb(195,73,0); }

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