Html Css Color HEX #C38923 Geebung

📋 copy color: '#C38923'

red 195 ◦ green 137 ◦ blue 35

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

Shades of Geebung #C38923

Tints of Geebung #C38923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 35 (14.06% from 255) = 9.54%

R = 53.13%
G = 37.33%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38923 (or 0xC38923) is known color: Geebung. HEX triplet: C3, 89 and 23. RGB value is (195,137,35). Sum of RGB (Red+Green+Blue) = 195+137+35=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C38923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38923 is #3C76DC. Grayscale: #8F8F8F. Windows color (decimal): -3962589 or 2329027. OLE color: 2329027.

HSL color Cylindrical-coordinate representation of color #C38923: hue angle of 38.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C38923 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 35 -
CMYK 0 0.30 0.82 0.24
HSL 38.25º 0.7% 0.45% -
HSV(B) 38.25º 0.82% 0.76% -
XYZ 31.75 29.61 5.63 -
YUV 142.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 195 137 35 0 0.30 0.82 0.24 38.25 0.7 0.45
Hex C3 89 23 0 1E 52 18 26 46 2D
Octal 303 211 43 0 36 122 30 46 106 55
Binary 11000011 10001001 100011 0 11110 1010010 11000 100110 1000110 101101

Color Harmonies of #C38923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38923

Black with #C38923

Text Example


Text Example

White with #C38923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38923; }

 p { color: rgb(195,137,35); }

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

background-color css

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

 a { background-color: rgb(195,137,35); }

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

border-color css

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

 span { border-color: rgb(195,137,35); }

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