Html Css Color HEX #B75F0D Tenne (Tawny)

📋 copy color: '#B75F0D'

red 183 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #B75F0D

Tints of Tenne (Tawny) #B75F0D

RGB

 RED value IS 183 (71.88% from 255) = 62.89%

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 62.89%
G = 32.65%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B75F0D (or 0xB75F0D) is known color: Tenne (Tawny). HEX triplet: B7, 5F and 0D. RGB value is (183,95,13). Sum of RGB (Red+Green+Blue) = 183+95+13=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F0D is #48A0F2. Grayscale: #707070. Windows color (decimal): -4759795 or 876471. OLE color: 876471.

HSL color Cylindrical-coordinate representation of color #B75F0D: hue angle of 28.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B75F0D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 95 13 -
CMYK 0 0.48 0.93 0.28
HSL 28.94º 0.87% 0.38% -
HSV(B) 28.94º 0.93% 0.72% -
XYZ 23.69 18.28 2.66 -
YUV 111.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 183 95 13 0 0.48 0.93 0.28 28.94 0.87 0.38
Hex B7 5F D 0 30 5D 1C 1D 57 26
Octal 267 137 15 0 60 135 34 35 127 46
Binary 10110111 1011111 1101 0 110000 1011101 11100 11101 1010111 100110

Color Harmonies of #B75F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F0D

Black with #B75F0D

Text Example


Text Example

White with #B75F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F0D; }

 p { color: rgb(183,95,13); }

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

background-color css

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

 a { background-color: rgb(183,95,13); }

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

border-color css

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

 span { border-color: rgb(183,95,13); }

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