Html Css Color HEX #C18323 Geebung

📋 copy color: '#C18323'

red 193 ◦ green 131 ◦ blue 35

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

Shades of Geebung #C18323

Tints of Geebung #C18323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 35 (14.06% from 255) = 9.75%

R = 53.76%
G = 36.49%
B = 9.75%

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

#C18323 (or 0xC18323) is known color: Geebung. HEX triplet: C1, 83 and 23. RGB value is (193,131,35). Sum of RGB (Red+Green+Blue) = 193+131+35=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C18323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18323 is #3E7CDC. Grayscale: #8B8B8B. Windows color (decimal): -4095197 or 2327489. OLE color: 2327489.

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

Color convert

RGB 193 131 35 -
CMYK 0 0.32 0.82 0.24
HSL 36.46º 0.69% 0.45% -
HSV(B) 36.46º 0.82% 0.76% -
XYZ 30.41 27.69 5.33 -
YUV 138.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 193 131 35 0 0.32 0.82 0.24 36.46 0.69 0.45
Hex C1 83 23 0 20 52 18 24 45 2D
Octal 301 203 43 0 40 122 30 44 105 55
Binary 11000001 10000011 100011 0 100000 1010010 11000 100100 1000101 101101

Color Harmonies of #C18323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18323

Black with #C18323

Text Example


Text Example

White with #C18323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18323; }

 p { color: rgb(193,131,35); }

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

background-color css

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

 a { background-color: rgb(193,131,35); }

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

border-color css

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

 span { border-color: rgb(193,131,35); }

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