Html Css Color HEX #C34B00 Tenne (Tawny)

📋 copy color: '#C34B00'

red 195 ◦ green 75 ◦ blue 0

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

Shades of Tenne (Tawny) #C34B00

Tints of Tenne (Tawny) #C34B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 72.22%
G = 27.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34B00 (or 0xC34B00) is known color: Tenne (Tawny). HEX triplet: C3, 4B and 00. RGB value is (195,75,0). Sum of RGB (Red+Green+Blue) = 195+75+0=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34B00 is #3CB4FF. Grayscale: #666666. Windows color (decimal): -3978496 or 19395. OLE color: 19395.

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

Color convert

RGB 195 75 0 -
CMYK 0 0.62 1 0.24
HSL 23.08º 1% 0.38% -
HSV(B) 23.08º 1% 0.76% -
XYZ 25.02 16.63 1.89 -
YUV 102.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 195 75 0 0 0.62 1 0.24 23.08 1 0.38
Hex C3 4B 0 0 3E 64 18 17 64 26
Octal 303 113 0 0 76 144 30 27 144 46
Binary 11000011 1001011 0 0 111110 1100100 11000 10111 1100100 100110

Color Harmonies of #C34B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B00

Black with #C34B00

Text Example


Text Example

White with #C34B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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