Html Css Color HEX #C34801 Tenne (Tawny)

📋 copy color: '#C34801'

red 195 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #C34801

Tints of Tenne (Tawny) #C34801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 72.76%
G = 26.87%
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

#C34801 (or 0xC34801) is known color: Tenne (Tawny). HEX triplet: C3, 48 and 01. RGB value is (195,72,1). Sum of RGB (Red+Green+Blue) = 195+72+1=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34801 is #3CB7FE. Grayscale: #656565. Windows color (decimal): -3979263 or 84163. OLE color: 84163.

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

Color convert

RGB 195 72 1 -
CMYK 0 0.63 0.99 0.24
HSL 21.96º 0.99% 0.38% -
HSV(B) 21.96º 0.99% 0.76% -
XYZ 24.83 16.24 1.85 -
YUV 100.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 195 72 1 0 0.63 0.99 0.24 21.96 0.99 0.38
Hex C3 48 1 0 3F 63 18 16 63 26
Octal 303 110 1 0 77 143 30 26 143 46
Binary 11000011 1001000 1 0 111111 1100011 11000 10110 1100011 100110

Color Harmonies of #C34801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34801

Black with #C34801

Text Example


Text Example

White with #C34801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34801; }

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

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

background-color css

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

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

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

border-color css

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

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

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