Html Css Color HEX #B75C0D Tenne (Tawny)

📋 copy color: '#B75C0D'

red 183 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #B75C0D

Tints of Tenne (Tawny) #B75C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 63.54%
G = 31.94%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B75C0D (or 0xB75C0D) is known color: Tenne (Tawny). HEX triplet: B7, 5C and 0D. RGB value is (183,92,13). Sum of RGB (Red+Green+Blue) = 183+92+13=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C0D is #48A3F2. Grayscale: #6E6E6E. Windows color (decimal): -4760563 or 875703. OLE color: 875703.

HSL color Cylindrical-coordinate representation of color #B75C0D: hue angle of 27.88º 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 #B75C0D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 13 -
CMYK 0 0.50 0.93 0.28
HSL 27.88º 0.87% 0.38% -
HSV(B) 27.88º 0.93% 0.72% -
XYZ 23.43 17.75 2.57 -
YUV 110.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 183 92 13 0 0.50 0.93 0.28 27.88 0.87 0.38
Hex B7 5C D 0 32 5D 1C 1C 57 26
Octal 267 134 15 0 62 135 34 34 127 46
Binary 10110111 1011100 1101 0 110010 1011101 11100 11100 1010111 100110

Color Harmonies of #B75C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C0D

Black with #B75C0D

Text Example


Text Example

White with #B75C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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