Html Css Color HEX #B3750C Dark Goldenrod

📋 copy color: '#B3750C'

red 179 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #B3750C

Tints of Dark Goldenrod #B3750C

RGB

 RED value IS 179 (70.31% from 255) = 58.12%

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 58.12%
G = 37.99%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3750C (or 0xB3750C) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 0C. RGB value is (179,117,12). Sum of RGB (Red+Green+Blue) = 179+117+12=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3750C is #4C8AF3. Grayscale: #7C7C7C. Windows color (decimal): -5016308 or 816563. OLE color: 816563.

HSL color Cylindrical-coordinate representation of color #B3750C: hue angle of 37.72º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3750C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 12 -
CMYK 0 0.35 0.93 0.30
HSL 37.72º 0.87% 0.37% -
HSV(B) 37.72º 0.93% 0.7% -
XYZ 25.02 22.33 3.34 -
YUV 123.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 179 117 12 0 0.35 0.93 0.30 37.72 0.87 0.37
Hex B3 75 C 0 23 5D 1E 26 57 25
Octal 263 165 14 0 43 135 36 46 127 45
Binary 10110011 1110101 1100 0 100011 1011101 11110 100110 1010111 100101

Color Harmonies of #B3750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3750C

Black with #B3750C

Text Example


Text Example

White with #B3750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3750C; }

 p { color: rgb(179,117,12); }

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

background-color css

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

 a { background-color: rgb(179,117,12); }

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

border-color css

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

 span { border-color: rgb(179,117,12); }

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