Html Css Color HEX #C18221 Geebung

📋 copy color: '#C18221'

red 193 ◦ green 130 ◦ blue 33

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

Shades of Geebung #C18221

Tints of Geebung #C18221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 54.21%
G = 36.52%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18221 (or 0xC18221) is known color: Geebung. HEX triplet: C1, 82 and 21. RGB value is (193,130,33). Sum of RGB (Red+Green+Blue) = 193+130+33=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18221 is #3E7DDE. Grayscale: #8A8A8A. Windows color (decimal): -4095455 or 2196161. OLE color: 2196161.

HSL color Cylindrical-coordinate representation of color #C18221: hue angle of 36.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18221 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 33 -
CMYK 0 0.33 0.83 0.24
HSL 36.38º 0.71% 0.44% -
HSV(B) 36.38º 0.83% 0.76% -
XYZ 30.25 27.41 5.14 -
YUV 137.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 193 130 33 0 0.33 0.83 0.24 36.38 0.71 0.44
Hex C1 82 21 0 21 53 18 24 47 2C
Octal 301 202 41 0 41 123 30 44 107 54
Binary 11000001 10000010 100001 0 100001 1010011 11000 100100 1000111 101100

Color Harmonies of #C18221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18221

Black with #C18221

Text Example


Text Example

White with #C18221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18221; }

 p { color: rgb(193,130,33); }

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

background-color css

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

 a { background-color: rgb(193,130,33); }

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

border-color css

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

 span { border-color: rgb(193,130,33); }

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