Html Css Color HEX #C38432 Geebung

📋 copy color: '#C38432'

red 195 ◦ green 132 ◦ blue 50

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

Shades of Geebung #C38432

Tints of Geebung #C38432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 51.72%
G = 35.01%
B = 13.26%

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

#C38432 (or 0xC38432) is known color: Geebung. HEX triplet: C3, 84 and 32. RGB value is (195,132,50). Sum of RGB (Red+Green+Blue) = 195+132+50=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C38432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38432 is #3C7BCD. Grayscale: #8D8D8D. Windows color (decimal): -3963854 or 3310787. OLE color: 3310787.

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

Color convert

RGB 195 132 50 -
CMYK 0 0.32 0.74 0.24
HSL 33.93º 0.59% 0.48% -
HSV(B) 33.93º 0.74% 0.76% -
XYZ 31.33 28.33 6.84 -
YUV 141.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 195 132 50 0 0.32 0.74 0.24 33.93 0.59 0.48
Hex C3 84 32 0 20 4A 18 22 3B 30
Octal 303 204 62 0 40 112 30 42 73 60
Binary 11000011 10000100 110010 0 100000 1001010 11000 100010 111011 110000

Color Harmonies of #C38432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38432

Black with #C38432

Text Example


Text Example

White with #C38432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38432; }

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

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

background-color css

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

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

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

border-color css

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

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

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