Html Css Color HEX #C08326 Geebung

📋 copy color: '#C08326'

red 192 ◦ green 131 ◦ blue 38

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

Shades of Geebung #C08326

Tints of Geebung #C08326

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

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

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 53.19%
G = 36.29%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08326 (or 0xC08326) is known color: Geebung. HEX triplet: C0, 83 and 26. RGB value is (192,131,38). Sum of RGB (Red+Green+Blue) = 192+131+38=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08326 is #3F7CD9. Grayscale: #8B8B8B. Windows color (decimal): -4160730 or 2524096. OLE color: 2524096.

HSL color Cylindrical-coordinate representation of color #C08326: hue angle of 36.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08326 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 38 -
CMYK 0 0.32 0.80 0.25
HSL 36.23º 0.67% 0.45% -
HSV(B) 36.23º 0.8% 0.75% -
XYZ 30.2 27.58 5.57 -
YUV 138.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 192 131 38 0 0.32 0.80 0.25 36.23 0.67 0.45
Hex C0 83 26 0 20 50 19 24 43 2D
Octal 300 203 46 0 40 120 31 44 103 55
Binary 11000000 10000011 100110 0 100000 1010000 11001 100100 1000011 101101

Color Harmonies of #C08326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08326

Black with #C08326

Text Example


Text Example

White with #C08326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08326; }

 p { color: rgb(192,131,38); }

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

background-color css

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

 a { background-color: rgb(192,131,38); }

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

border-color css

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

 span { border-color: rgb(192,131,38); }

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