Html Css Color HEX #C38718 Dark Goldenrod

📋 copy color: '#C38718'

red 195 ◦ green 135 ◦ blue 24

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

Shades of Dark Goldenrod #C38718

Tints of Dark Goldenrod #C38718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 55.08%
G = 38.14%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38718 (or 0xC38718) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 18. RGB value is (195,135,24). Sum of RGB (Red+Green+Blue) = 195+135+24=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C38718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38718 is #3C78E7. Grayscale: #8C8C8C. Windows color (decimal): -3963112 or 1607619. OLE color: 1607619.

HSL color Cylindrical-coordinate representation of color #C38718: hue angle of 38.95º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38718 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 24 -
CMYK 0 0.31 0.88 0.24
HSL 38.95º 0.78% 0.43% -
HSV(B) 38.95º 0.88% 0.76% -
XYZ 31.33 29 4.81 -
YUV 140.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 195 135 24 0 0.31 0.88 0.24 38.95 0.78 0.43
Hex C3 87 18 0 1F 58 18 27 4E 2B
Octal 303 207 30 0 37 130 30 47 116 53
Binary 11000011 10000111 11000 0 11111 1011000 11000 100111 1001110 101011

Color Harmonies of #C38718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38718

Black with #C38718

Text Example


Text Example

White with #C38718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38718; }

 p { color: rgb(195,135,24); }

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

background-color css

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

 a { background-color: rgb(195,135,24); }

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

border-color css

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

 span { border-color: rgb(195,135,24); }

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