Html Css Color HEX #C38331 Geebung

📋 copy color: '#C38331'

red 195 ◦ green 131 ◦ blue 49

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

Shades of Geebung #C38331

Tints of Geebung #C38331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 52%
G = 34.93%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C38331 (or 0xC38331) is known color: Geebung. HEX triplet: C3, 83 and 31. RGB value is (195,131,49). Sum of RGB (Red+Green+Blue) = 195+131+49=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C38331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38331 is #3C7CCE. Grayscale: #8D8D8D. Windows color (decimal): -3964111 or 3244995. OLE color: 3244995.

HSL color Cylindrical-coordinate representation of color #C38331: hue angle of 33.7º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38331 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 49 -
CMYK 0 0.33 0.75 0.24
HSL 33.7º 0.6% 0.48% -
HSV(B) 33.7º 0.75% 0.76% -
XYZ 31.18 28.06 6.68 -
YUV 140.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 195 131 49 0 0.33 0.75 0.24 33.7 0.6 0.48
Hex C3 83 31 0 21 4B 18 22 3C 30
Octal 303 203 61 0 41 113 30 42 74 60
Binary 11000011 10000011 110001 0 100001 1001011 11000 100010 111100 110000

Color Harmonies of #C38331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38331

Black with #C38331

Text Example


Text Example

White with #C38331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38331; }

 p { color: rgb(195,131,49); }

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

background-color css

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

 a { background-color: rgb(195,131,49); }

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

border-color css

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

 span { border-color: rgb(195,131,49); }

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