Html Css Color HEX #C18735 Geebung

📋 copy color: '#C18735'

red 193 ◦ green 135 ◦ blue 53

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

Shades of Geebung #C18735

Tints of Geebung #C18735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 50.66%
G = 35.43%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18735 (or 0xC18735) is known color: Geebung. HEX triplet: C1, 87 and 35. RGB value is (193,135,53). Sum of RGB (Red+Green+Blue) = 193+135+53=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C18735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18735 is #3E78CA. Grayscale: #8F8F8F. Windows color (decimal): -4094155 or 3508161. OLE color: 3508161.

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

Color convert

RGB 193 135 53 -
CMYK 0 0.30 0.73 0.24
HSL 35.14º 0.57% 0.48% -
HSV(B) 35.14º 0.73% 0.76% -
XYZ 31.3 28.92 7.3 -
YUV 142.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 193 135 53 0 0.30 0.73 0.24 35.14 0.57 0.48
Hex C1 87 35 0 1E 49 18 23 39 30
Octal 301 207 65 0 36 111 30 43 71 60
Binary 11000001 10000111 110101 0 11110 1001001 11000 100011 111001 110000

Color Harmonies of #C18735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18735

Black with #C18735

Text Example


Text Example

White with #C18735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18735; }

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

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

background-color css

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

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

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

border-color css

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

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

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