Html Css Color HEX #C3750B Dark Goldenrod

📋 copy color: '#C3750B'

red 195 ◦ green 117 ◦ blue 11

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

Shades of Dark Goldenrod #C3750B

Tints of Dark Goldenrod #C3750B

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

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

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

R = 60.37%
G = 36.22%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3750B (or 0xC3750B) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 0B. RGB value is (195,117,11). Sum of RGB (Red+Green+Blue) = 195+117+11=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750B is #3C8AF4. Grayscale: #808080. Windows color (decimal): -3967733 or 751043. OLE color: 751043.

HSL color Cylindrical-coordinate representation of color #C3750B: hue angle of 34.57º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3750B is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 11 -
CMYK 0 0.4 0.94 0.24
HSL 34.57º 0.89% 0.4% -
HSV(B) 34.57º 0.94% 0.76% -
XYZ 28.93 24.35 3.49 -
YUV 128.24 61.84 175.62 -
System Red Green Blue C M Y K H S L
Decimal 195 117 11 0 0.4 0.94 0.24 34.57 0.89 0.4
Hex C3 75 B 0 28 5E 18 23 59 28
Octal 303 165 13 0 50 136 30 43 131 50
Binary 11000011 1110101 1011 0 101000 1011110 11000 100011 1011001 101000

Color Harmonies of #C3750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3750B

Black with #C3750B

Text Example


Text Example

White with #C3750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3750B; }

 p { color: rgb(195,117,11); }

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

background-color css

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

 a { background-color: rgb(195,117,11); }

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

border-color css

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

 span { border-color: rgb(195,117,11); }

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