Html Css Color HEX #CF5B0B Tenne (Tawny)

📋 copy color: '#CF5B0B'

red 207 ◦ green 91 ◦ blue 11

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

Shades of Tenne (Tawny) #CF5B0B

Tints of Tenne (Tawny) #CF5B0B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.45%

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 66.99%
G = 29.45%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF5B0B (or 0xCF5B0B) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 0B. RGB value is (207,91,11). Sum of RGB (Red+Green+Blue) = 207+91+11=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B0B is #30A4F4. Grayscale: #747474. Windows color (decimal): -3187957 or 744399. OLE color: 744399.

HSL color Cylindrical-coordinate representation of color #CF5B0B: hue angle of 24.49º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF5B0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 11 -
CMYK 0 0.56 0.95 0.19
HSL 24.49º 0.9% 0.43% -
HSV(B) 24.49º 0.95% 0.81% -
XYZ 29.53 20.77 2.77 -
YUV 116.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 207 91 11 0 0.56 0.95 0.19 24.49 0.9 0.43
Hex CF 5B B 0 38 5F 13 18 5A 2B
Octal 317 133 13 0 70 137 23 30 132 53
Binary 11001111 1011011 1011 0 111000 1011111 10011 11000 1011010 101011

Color Harmonies of #CF5B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B0B

Black with #CF5B0B

Text Example


Text Example

White with #CF5B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B0B; }

 p { color: rgb(207,91,11); }

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

background-color css

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

 a { background-color: rgb(207,91,11); }

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

border-color css

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

 span { border-color: rgb(207,91,11); }

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