Html Css Color HEX #C34F07 Tenne (Tawny)

📋 copy color: '#C34F07'

red 195 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #C34F07

Tints of Tenne (Tawny) #C34F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 69.4%
G = 28.11%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C34F07 (or 0xC34F07) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 07. RGB value is (195,79,7). Sum of RGB (Red+Green+Blue) = 195+79+7=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F07 is #3CB0F8. Grayscale: #696969. Windows color (decimal): -3977465 or 479171. OLE color: 479171.

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

Color convert

RGB 195 79 7 -
CMYK 0 0.59 0.96 0.24
HSL 22.98º 0.93% 0.4% -
HSV(B) 22.98º 0.96% 0.76% -
XYZ 25.34 17.21 2.19 -
YUV 105.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 195 79 7 0 0.59 0.96 0.24 22.98 0.93 0.4
Hex C3 4F 7 0 3B 60 18 17 5D 28
Octal 303 117 7 0 73 140 30 27 135 50
Binary 11000011 1001111 111 0 111011 1100000 11000 10111 1011101 101000

Color Harmonies of #C34F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F07

Black with #C34F07

Text Example


Text Example

White with #C34F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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