Html Css Color HEX #C38020 Geebung

📋 copy color: '#C38020'

red 195 ◦ green 128 ◦ blue 32

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

Shades of Geebung #C38020

Tints of Geebung #C38020

RGB

 RED value IS 195 (76.56% from 255) = 54.93%

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 54.93%
G = 36.06%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38020 (or 0xC38020) is known color: Geebung. HEX triplet: C3, 80 and 20. RGB value is (195,128,32). Sum of RGB (Red+Green+Blue) = 195+128+32=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C38020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38020 is #3C7FDF. Grayscale: #898989. Windows color (decimal): -3964896 or 2130115. OLE color: 2130115.

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

Color convert

RGB 195 128 32 -
CMYK 0 0.34 0.84 0.24
HSL 35.34º 0.72% 0.45% -
HSV(B) 35.34º 0.84% 0.76% -
XYZ 30.49 27.14 5 -
YUV 137.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 195 128 32 0 0.34 0.84 0.24 35.34 0.72 0.45
Hex C3 80 20 0 22 54 18 23 48 2D
Octal 303 200 40 0 42 124 30 43 110 55
Binary 11000011 10000000 100000 0 100010 1010100 11000 100011 1001000 101101

Color Harmonies of #C38020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38020

Black with #C38020

Text Example


Text Example

White with #C38020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38020; }

 p { color: rgb(195,128,32); }

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

background-color css

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

 a { background-color: rgb(195,128,32); }

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

border-color css

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

 span { border-color: rgb(195,128,32); }

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