Html Css Color HEX #C38333 Geebung

📋 copy color: '#C38333'

red 195 ◦ green 131 ◦ blue 51

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

Shades of Geebung #C38333

Tints of Geebung #C38333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 51.72%
G = 34.75%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C38333 (or 0xC38333) is known color: Geebung. HEX triplet: C3, 83 and 33. RGB value is (195,131,51). Sum of RGB (Red+Green+Blue) = 195+131+51=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C38333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38333 is #3C7CCC. Grayscale: #8D8D8D. Windows color (decimal): -3964109 or 3376067. OLE color: 3376067.

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

Color convert

RGB 195 131 51 -
CMYK 0 0.33 0.74 0.24
HSL 33.33º 0.59% 0.48% -
HSV(B) 33.33º 0.74% 0.76% -
XYZ 31.22 28.07 6.91 -
YUV 141.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 195 131 51 0 0.33 0.74 0.24 33.33 0.59 0.48
Hex C3 83 33 0 21 4A 18 21 3B 30
Octal 303 203 63 0 41 112 30 41 73 60
Binary 11000011 10000011 110011 0 100001 1001010 11000 100001 111011 110000

Color Harmonies of #C38333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38333

Black with #C38333

Text Example


Text Example

White with #C38333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38333; }

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

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

background-color css

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

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

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

border-color css

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

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

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