Html Css Color HEX #C34700 Tenne (Tawny)

📋 copy color: '#C34700'

red 195 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #C34700

Tints of Tenne (Tawny) #C34700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 73.31%
G = 26.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34700 (or 0xC34700) is known color: Tenne (Tawny). HEX triplet: C3, 47 and 00. RGB value is (195,71,0). Sum of RGB (Red+Green+Blue) = 195+71+0=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C34700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34700 is #3CB8FF. Grayscale: #646464. Windows color (decimal): -3979520 or 18371. OLE color: 18371.

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

Color convert

RGB 195 71 0 -
CMYK 0 0.64 1 0.24
HSL 21.85º 1% 0.38% -
HSV(B) 21.85º 1% 0.76% -
XYZ 24.76 16.11 1.8 -
YUV 99.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 195 71 0 0 0.64 1 0.24 21.85 1 0.38
Hex C3 47 0 0 40 64 18 16 64 26
Octal 303 107 0 0 100 144 30 26 144 46
Binary 11000011 1000111 0 0 1000000 1100100 11000 10110 1100100 100110

Color Harmonies of #C34700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34700

Black with #C34700

Text Example


Text Example

White with #C34700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34700; }

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

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

background-color css

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

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

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

border-color css

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

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

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