Html Css Color HEX #C18422 Geebung

📋 copy color: '#C18422'

red 193 ◦ green 132 ◦ blue 34

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

Shades of Geebung #C18422

Tints of Geebung #C18422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 34 (13.67% from 255) = 9.47%

R = 53.76%
G = 36.77%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C18422 (or 0xC18422) is known color: Geebung. HEX triplet: C1, 84 and 22. RGB value is (193,132,34). Sum of RGB (Red+Green+Blue) = 193+132+34=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C18422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18422 is #3E7BDD. Grayscale: #8B8B8B. Windows color (decimal): -4094942 or 2262209. OLE color: 2262209.

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

Color convert

RGB 193 132 34 -
CMYK 0 0.32 0.82 0.24
HSL 36.98º 0.7% 0.45% -
HSV(B) 36.98º 0.82% 0.76% -
XYZ 30.53 27.96 5.3 -
YUV 139.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 193 132 34 0 0.32 0.82 0.24 36.98 0.7 0.45
Hex C1 84 22 0 20 52 18 25 46 2D
Octal 301 204 42 0 40 122 30 45 106 55
Binary 11000001 10000100 100010 0 100000 1010010 11000 100101 1000110 101101

Color Harmonies of #C18422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18422

Black with #C18422

Text Example


Text Example

White with #C18422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18422; }

 p { color: rgb(193,132,34); }

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

background-color css

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

 a { background-color: rgb(193,132,34); }

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

border-color css

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

 span { border-color: rgb(193,132,34); }

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