Html Css Color HEX #C38120 Geebung

📋 copy color: '#C38120'

red 195 ◦ green 129 ◦ blue 32

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

Shades of Geebung #C38120

Tints of Geebung #C38120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 54.78%
G = 36.24%
B = 8.99%

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

#C38120 (or 0xC38120) is known color: Geebung. HEX triplet: C3, 81 and 20. RGB value is (195,129,32). Sum of RGB (Red+Green+Blue) = 195+129+32=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38120 is #3C7EDF. Grayscale: #8A8A8A. Windows color (decimal): -3964640 or 2130371. OLE color: 2130371.

HSL color Cylindrical-coordinate representation of color #C38120: hue angle of 35.71º 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 #C38120 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 32 -
CMYK 0 0.34 0.84 0.24
HSL 35.71º 0.72% 0.45% -
HSV(B) 35.71º 0.84% 0.76% -
XYZ 30.62 27.41 5.04 -
YUV 137.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 195 129 32 0 0.34 0.84 0.24 35.71 0.72 0.45
Hex C3 81 20 0 22 54 18 24 48 2D
Octal 303 201 40 0 42 124 30 44 110 55
Binary 11000011 10000001 100000 0 100010 1010100 11000 100100 1001000 101101

Color Harmonies of #C38120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38120

Black with #C38120

Text Example


Text Example

White with #C38120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38120; }

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

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

background-color css

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

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

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

border-color css

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

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

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