Html Css Color HEX #C34F00 Tenne (Tawny)

📋 copy color: '#C34F00'

red 195 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C34F00

Tints of Tenne (Tawny) #C34F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 71.17%
G = 28.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34F00 (or 0xC34F00) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 00. RGB value is (195,79,0). Sum of RGB (Red+Green+Blue) = 195+79+0=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F00 is #3CB0FF. Grayscale: #696969. Windows color (decimal): -3977472 or 20419. OLE color: 20419.

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

Color convert

RGB 195 79 0 -
CMYK 0 0.59 1 0.24
HSL 24.31º 1% 0.38% -
HSV(B) 24.31º 1% 0.76% -
XYZ 25.3 17.19 1.99 -
YUV 104.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 195 79 0 0 0.59 1 0.24 24.31 1 0.38
Hex C3 4F 0 0 3B 64 18 18 64 26
Octal 303 117 0 0 73 144 30 30 144 46
Binary 11000011 1001111 0 0 111011 1100100 11000 11000 1100100 100110

Color Harmonies of #C34F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F00

Black with #C34F00

Text Example


Text Example

White with #C34F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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