Html Css Color HEX #C34901 Tenne (Tawny)

📋 copy color: '#C34901'

red 195 ◦ green 73 ◦ blue 1

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

Shades of Tenne (Tawny) #C34901

Tints of Tenne (Tawny) #C34901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 72.49%
G = 27.14%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34901 (or 0xC34901) is known color: Tenne (Tawny). HEX triplet: C3, 49 and 01. RGB value is (195,73,1). Sum of RGB (Red+Green+Blue) = 195+73+1=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C34901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34901 is #3CB6FE. Grayscale: #656565. Windows color (decimal): -3979007 or 84419. OLE color: 84419.

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

Color convert

RGB 195 73 1 -
CMYK 0 0.63 0.99 0.24
HSL 22.27º 0.99% 0.38% -
HSV(B) 22.27º 0.99% 0.76% -
XYZ 24.89 16.37 1.88 -
YUV 101.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 195 73 1 0 0.63 0.99 0.24 22.27 0.99 0.38
Hex C3 49 1 0 3F 63 18 16 63 26
Octal 303 111 1 0 77 143 30 26 143 46
Binary 11000011 1001001 1 0 111111 1100011 11000 10110 1100011 100110

Color Harmonies of #C34901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34901

Black with #C34901

Text Example


Text Example

White with #C34901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34901; }

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

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

background-color css

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

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

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

border-color css

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

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

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