Html Css Color HEX #CF4D00 Tenne (Tawny)

📋 copy color: '#CF4D00'

red 207 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4D00

Tints of Tenne (Tawny) #CF4D00

RGB

 RED value IS 207 (81.25% from 255) = 72.89%

 GREEN value IS 77 (30.47% from 255) = 27.11%

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

R = 72.89%
G = 27.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4D00 (or 0xCF4D00) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 00. RGB value is (207,77,0). Sum of RGB (Red+Green+Blue) = 207+77+0=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D00 is #30B2FF. Grayscale: #6B6B6B. Windows color (decimal): -3191552 or 19919. OLE color: 19919.

HSL color Cylindrical-coordinate representation of color #CF4D00: hue angle of 22.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4D00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 77 0 -
CMYK 0 0.63 1 0.19
HSL 22.32º 1% 0.41% -
HSV(B) 22.32º 1% 0.81% -
XYZ 28.39 18.57 2.09 -
YUV 107.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 207 77 0 0 0.63 1 0.19 22.32 1 0.41
Hex CF 4D 0 0 3F 64 13 16 64 29
Octal 317 115 0 0 77 144 23 26 144 51
Binary 11001111 1001101 0 0 111111 1100100 10011 10110 1100100 101001

Color Harmonies of #CF4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D00

Black with #CF4D00

Text Example


Text Example

White with #CF4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D00; }

 p { color: rgb(207,77,0); }

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

background-color css

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

 a { background-color: rgb(207,77,0); }

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

border-color css

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

 span { border-color: rgb(207,77,0); }

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