Html Css Color HEX #C08521 Geebung

📋 copy color: '#C08521'

red 192 ◦ green 133 ◦ blue 33

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

Shades of Geebung #C08521

Tints of Geebung #C08521

RGB

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

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

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

R = 53.63%
G = 37.15%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08521 (or 0xC08521) is known color: Geebung. HEX triplet: C0, 85 and 21. RGB value is (192,133,33). Sum of RGB (Red+Green+Blue) = 192+133+33=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C08521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08521 is #3F7ADE. Grayscale: #8B8B8B. Windows color (decimal): -4160223 or 2196928. OLE color: 2196928.

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

Color convert

RGB 192 133 33 -
CMYK 0 0.31 0.83 0.25
HSL 37.74º 0.71% 0.44% -
HSV(B) 37.74º 0.83% 0.75% -
XYZ 30.4 28.09 5.26 -
YUV 139.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 192 133 33 0 0.31 0.83 0.25 37.74 0.71 0.44
Hex C0 85 21 0 1F 53 19 26 47 2C
Octal 300 205 41 0 37 123 31 46 107 54
Binary 11000000 10000101 100001 0 11111 1010011 11001 100110 1000111 101100

Color Harmonies of #C08521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08521

Black with #C08521

Text Example


Text Example

White with #C08521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08521; }

 p { color: rgb(192,133,33); }

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

background-color css

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

 a { background-color: rgb(192,133,33); }

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

border-color css

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

 span { border-color: rgb(192,133,33); }

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