Html Css Color HEX #C34F03 Tenne (Tawny)

📋 copy color: '#C34F03'

red 195 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #C34F03

Tints of Tenne (Tawny) #C34F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 70.4%
G = 28.52%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34F03 (or 0xC34F03) is known color: Tenne (Tawny). HEX triplet: C3, 4F and 03. RGB value is (195,79,3). Sum of RGB (Red+Green+Blue) = 195+79+3=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F03 is #3CB0FC. Grayscale: #696969. Windows color (decimal): -3977469 or 217027. OLE color: 217027.

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

Color convert

RGB 195 79 3 -
CMYK 0 0.59 0.98 0.24
HSL 23.75º 0.97% 0.39% -
HSV(B) 23.75º 0.98% 0.76% -
XYZ 25.32 17.2 2.07 -
YUV 105.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 195 79 3 0 0.59 0.98 0.24 23.75 0.97 0.39
Hex C3 4F 3 0 3B 62 18 18 61 27
Octal 303 117 3 0 73 142 30 30 141 47
Binary 11000011 1001111 11 0 111011 1100010 11000 11000 1100001 100111

Color Harmonies of #C34F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F03

Black with #C34F03

Text Example


Text Example

White with #C34F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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