Html Css Color HEX #C38420 Geebung

📋 copy color: '#C38420'

red 195 ◦ green 132 ◦ blue 32

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

Shades of Geebung #C38420

Tints of Geebung #C38420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 54.32%
G = 36.77%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38420 (or 0xC38420) is known color: Geebung. HEX triplet: C3, 84 and 20. RGB value is (195,132,32). Sum of RGB (Red+Green+Blue) = 195+132+32=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C38420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38420 is #3C7BDF. Grayscale: #8B8B8B. Windows color (decimal): -3963872 or 2131139. OLE color: 2131139.

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

Color convert

RGB 195 132 32 -
CMYK 0 0.32 0.84 0.24
HSL 36.81º 0.72% 0.45% -
HSV(B) 36.81º 0.84% 0.76% -
XYZ 31.02 28.21 5.18 -
YUV 139.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 195 132 32 0 0.32 0.84 0.24 36.81 0.72 0.45
Hex C3 84 20 0 20 54 18 25 48 2D
Octal 303 204 40 0 40 124 30 45 110 55
Binary 11000011 10000100 100000 0 100000 1010100 11000 100101 1001000 101101

Color Harmonies of #C38420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38420

Black with #C38420

Text Example


Text Example

White with #C38420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38420; }

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

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

background-color css

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

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

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

border-color css

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

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

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