Html Css Color HEX #C18524 Geebung

📋 copy color: '#C18524'

red 193 ◦ green 133 ◦ blue 36

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

Shades of Geebung #C18524

Tints of Geebung #C18524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 53.31%
G = 36.74%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18524 (or 0xC18524) is known color: Geebung. HEX triplet: C1, 85 and 24. RGB value is (193,133,36). Sum of RGB (Red+Green+Blue) = 193+133+36=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18524 is #3E7ADB. Grayscale: #8C8C8C. Windows color (decimal): -4094684 or 2393537. OLE color: 2393537.

HSL color Cylindrical-coordinate representation of color #C18524: hue angle of 37.07º degrees, saturation: 0.69, 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 #C18524 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 36 -
CMYK 0 0.31 0.81 0.24
HSL 37.07º 0.69% 0.45% -
HSV(B) 37.07º 0.81% 0.76% -
XYZ 30.7 28.24 5.5 -
YUV 139.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 193 133 36 0 0.31 0.81 0.24 37.07 0.69 0.45
Hex C1 85 24 0 1F 51 18 25 45 2D
Octal 301 205 44 0 37 121 30 45 105 55
Binary 11000001 10000101 100100 0 11111 1010001 11000 100101 1000101 101101

Color Harmonies of #C18524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18524

Black with #C18524

Text Example


Text Example

White with #C18524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18524; }

 p { color: rgb(193,133,36); }

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

background-color css

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

 a { background-color: rgb(193,133,36); }

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

border-color css

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

 span { border-color: rgb(193,133,36); }

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