Html Css Color HEX #C38433 Geebung

📋 copy color: '#C38433'

red 195 ◦ green 132 ◦ blue 51

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

Shades of Geebung #C38433

Tints of Geebung #C38433

RGB

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

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

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

R = 51.59%
G = 34.92%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C38433 (or 0xC38433) is known color: Geebung. HEX triplet: C3, 84 and 33. RGB value is (195,132,51). Sum of RGB (Red+Green+Blue) = 195+132+51=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C38433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38433 is #3C7BCC. Grayscale: #8D8D8D. Windows color (decimal): -3963853 or 3376323. OLE color: 3376323.

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

Color convert

RGB 195 132 51 -
CMYK 0 0.32 0.74 0.24
HSL 33.75º 0.59% 0.48% -
HSV(B) 33.75º 0.74% 0.76% -
XYZ 31.35 28.34 6.95 -
YUV 141.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 195 132 51 0 0.32 0.74 0.24 33.75 0.59 0.48
Hex C3 84 33 0 20 4A 18 22 3B 30
Octal 303 204 63 0 40 112 30 42 73 60
Binary 11000011 10000100 110011 0 100000 1001010 11000 100010 111011 110000

Color Harmonies of #C38433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38433

Black with #C38433

Text Example


Text Example

White with #C38433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38433; }

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

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

background-color css

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

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

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

border-color css

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

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

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