Html Css Color HEX #C18725 Geebung

📋 copy color: '#C18725'

red 193 ◦ green 135 ◦ blue 37

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

Shades of Geebung #C18725

Tints of Geebung #C18725

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

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

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 52.88%
G = 36.99%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18725 (or 0xC18725) is known color: Geebung. HEX triplet: C1, 87 and 25. RGB value is (193,135,37). Sum of RGB (Red+Green+Blue) = 193+135+37=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18725 is #3E78DA. Grayscale: #8D8D8D. Windows color (decimal): -4094171 or 2459585. OLE color: 2459585.

HSL color Cylindrical-coordinate representation of color #C18725: hue angle of 37.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C18725 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 37 -
CMYK 0 0.30 0.81 0.24
HSL 37.69º 0.68% 0.45% -
HSV(B) 37.69º 0.81% 0.76% -
XYZ 30.99 28.8 5.68 -
YUV 141.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 193 135 37 0 0.30 0.81 0.24 37.69 0.68 0.45
Hex C1 87 25 0 1E 51 18 26 44 2D
Octal 301 207 45 0 36 121 30 46 104 55
Binary 11000001 10000111 100101 0 11110 1010001 11000 100110 1000100 101101

Color Harmonies of #C18725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18725

Black with #C18725

Text Example


Text Example

White with #C18725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18725; }

 p { color: rgb(193,135,37); }

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

background-color css

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

 a { background-color: rgb(193,135,37); }

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

border-color css

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

 span { border-color: rgb(193,135,37); }

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